sbaeumlisberger/VirtualizingWrapPanel

Grid.IsSharedSizeScope

Closed this issue · 2 comments

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.

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

close due to inactivity