0

I am trying to make a Windows 8 page with following design:

enter image description here

the top row and the first column are table header and result 1,2,3,4,5 are dynamic data to be binded according to the time interval they fall in.

Can anyone suggest me how can i do this using listview, gridview or something else.

I also need to bind total number of results in a row in the first row as shown in the diagram above?

Actually i am not getting how to design my XAML using this design.

The Design is like displaying TV channels programs with channel name on the top in place of Title 1, Title 2 etc and there timing in vertical column on the left.

I hope this may help you to visualize it more.

Balraj Singh
  • 3,381
  • 6
  • 47
  • 82
  • Please provide more detail, e.g. your underlying class structure, available bindable properties, etc. It looks from a partial understanding of your problem that neither GridView or ListView controls are appropriate - you seem to want to create a Grid with data bound in various cells, but without seeing more of what you have to achieve it is not possible to guide you. – ZombieSheep Sep 14 '12 at 13:32
  • This seems similar to this question: http://stackoverflow.com/questions/11924073/which-table-grid-control-in-wpf/11959544#11959544 – N_A Sep 14 '12 at 14:59
  • The Design is like displaying TV channels programs with channel name on the top in place of Title 1, Title 2 etc and there timing in vertical column on the left. I hope this may help you to visualize it more. – Balraj Singh Sep 18 '12 at 05:23

0 Answers0