Search This Blog

Tuesday, July 19, 2011

WPF Information

I have faced one problem in the WPF window.
We are showing toggle button in each row of the List view control. It shows 15 items on a page. If you scroll the list view down to check other items which are not visible and again scroll up then you will see above checked items get unchecked.
 - To resolve this issue we used 
VirtualizingStackPanel.IsVirtualizing="False" VirtualizingStackPanel.VirtualizationMode="Recycling" in the List view in xaml.

No comments:

Post a Comment