Closed HTaeHyeon closed 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."?
Closing this issue because of inactivity.
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.