Tagged Questions

7
votes
1answer
3k views

ItemsControl, VirtualizingStackPanel and ScrollViewer height

I want to display a important list of items using an ItemsControl. The reason why I'm using an ItemsControl is that the DataTemplate is much more complex in the application I'm working on: The sample ...
0
votes
1answer
728 views

VirtualizingStackPanel stops working when overriding the default control template for ScrollViewer

I have a listbox with a lot of items which are expensive to render. However the VirtualizingStackPanel takes care of that by only rendering the visible items. I want to override the control template ...