News

I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a GridView ...
I need to find a way to display only the first X rows of a GridView, without filtering at the data source, and without having the rows continue to exist in ViewState. Can it be done?