sbaeumlisberger / VirtualizingWrapPanel

Implementation of a comprehensive VirtualisingWrapPanel for WPF
MIT License
254 stars 35 forks source link

When I use ListBox, VirtaulWrapPanel can't change itemRange. #8

Closed HTaeHyeon closed 4 years ago

HTaeHyeon commented 4 years ago

When I use ListBox, VirtualWrapPanel can't change itemRange. I have Collection about 1000 count. And then I want to Scroll Into SelectedItem in ListBox.(saved previous view)

So, I used below Code.

Listbox.UpdateLayout(); Listbox.ScrollIntoView(Listbox.SelectedItem);

But VirtualWrapPanel has ItemRange between 0 and 14.

sbaeumlisberger commented 4 years ago

Hello

unfortunately I could not reproduce your issue. Could you provide some more information? What do you mean with "But VirtualWrapPanel has ItemRange between 0 and 14."?

sbaeumlisberger commented 4 years ago

Closing this issue because of inactivity.