Click here to Skip to main content
15,896,259 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hallo erverone

I need to display kind of a trainingsplan for athletic sports. This isn't the problem. But it should be possible to report the results of the training for each training session. And these don't have to be in a period. So for a grid this would mean I have to add a new Column each time a training session was finished and since I'm working with WPF and Bindings I don't like to affect this process. Is there a way to change the grid to vertical display mode or how would you handle this.

I know it's maybe a little hard to understand since it's also hard to explain^^ but the image should explain how i would like to do it. The category isn't that important. I could handle that with the grouping function.

Image

Thanks for every help.
Posted
Comments
Sergey Alexandrovich Kryukov 17-Jul-13 14:59pm    
How about http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid.aspx? What do you mean how? By reading the documentation and implementing the solution based on it...
—SA

1 solution

Please see my comment to the question and consider using System.Windows.Controls.DataGrid:
http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid.aspx[^].

You can use this CodeProject article as a useful tutorial: WPF DataGrid Practical Examples[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900