ListView GridView and Grid

Posted by urema on Stack Overflow See other posts from Stack Overflow or by urema
Published on 2010-05-05T07:45:36Z Indexed on 2010/05/05 7:48 UTC
Read the original article Hit count: 230

Filed under:
|
|
|
|

Hi,

If you have a ListView with its view set as a GridView, which itself contains columns for each month say.....how do I set a template up for the ItemTemplate of the ListView so that each Item will be three rows high, and be inline with the ListView.View's columns? For example different employee recruits over a year.... each month across the top and each employee on the left side, though sub-columned on the employee are three rows "Name", "Address" and "Job Type" say. I know you have to use the IsSharedSizeScope attached property.

                       January      February ...
Employee1    Name        E1 
             Address     E1 Street
             Job Type    Cleaner
Employee2    Name        ...
             Address     ...
             Job Type    ...

Thanks greatly in advance,

U.

© Stack Overflow or respective owner

Related posts about listview

Related posts about gridview