sbaeumlisberger/VirtualizingWrapPanel

When grouping, the upward scrolling offset becomes smaller

Closed this issue · 4 comments

After fixing # 61, attempting to scroll down and up while grouped, the scrolling offset decreased when scrolling up past certain positions, as if there were rolling lags

Please provide more information and steps to reproduce

I noticed other problem with grouping, if I will use ICollectionView + CollectionViewSource with custom template for:

<ListBox.GroupStyle>
    <GroupStyle ContainerStyle="{StaticResource ...}"/>
</ListBox.GroupStyle>-->

Then no items are shown in the VirtualizingWrapPanel. I can make reproduction later if interested.

If you think you have found a bug, please make a reproduction.
You can also refer to the samples application for an example of how to implement grouping using the VirtualisingWrapPanel.

Closing due to inactivity. Feel free to open a new issue with step to reproduce.