sbaeumlisberger / VirtualizingWrapPanel

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

Grid.IsSharedSizeScope #59

Closed alrethomas closed 4 months ago

alrethomas commented 5 months ago

Tried this wrap panel with data templates that build items items inside it that uses a Grid.IsSharedSizeScope. With normal wrap panel it works fine but with this one it don't seem to work. Just noticed now that the problem appears when I use the provided VirtualizingItemsControl. Using the normal ItemsControl made the wrap panel unusably slow. Using VirtualizingItemsControl seems to be faster but seems to change the layout.

sbaeumlisberger commented 5 months ago

Could not reproduce. Note that only the currently realised elements (visible or in the cache) are part of the calculation.

sbaeumlisberger commented 4 months ago

close due to inactivity