VirtualizingWrapPanel
VirtualizingWrapPanel copied to clipboard
Implementation of a comprehensive VirtualisingWrapPanel for WPF
Goal of this issue is to support different sized items. See: https://github.com/sbaeumlisberger/VirtualizingWrapPanel/pull/21 Progress - [ ] proof of concept (work in progress) - [ ] preview implemenation - [ ]...
**Describe your issue** A panel implementing IScrollInfo is supposed to support logical scrolling when ScrollViewer.CanContentScroll is set to true (which is the default for controls inheriting from ItemsControl, including ListBox...
This only really has an effect on the last row For Example:    There are some issues that I just don't have the time to fix Such as...
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
**Describe your issue** When maximizing or restoring the window size, the scroll view does not update. I must trigger a scroll to update the view correctly. https://github.com/user-attachments/assets/ee8a7f0e-3fa6-44bc-ac6e-dabf80d93a43 ```XAML ``` **Version...
When the data is updated, there may be an issue where the control is not fully rendered, as shown in the image below I dynamically set the size of the...