I am trying to model an Excel-lookalike datapresenter using a Listview / Stackpanel / GridViewHeaderRowPresenter to get a dual-header ListView
This seems to work, but now I would like to show data from an ObservableCollection in code-behind C# using a GridViewRowPresenter.
This also works, but I can`t get it so that more lines of data will be presented, only 1.
Does anybody know how to do this?
My example source code (XAML and C#) is attached.
Thanx,
Reinier
Loading
Reinier BergevoetPosted Jul 5, 2011, 7:19 AM
Thank you very much!
Regards,
Reinier
Dan SullivanPosted Jun 30, 2011, 12:03 PM
I've attached your XAML file with an example use of an ItemsControl showing your mock data.