Releases: sbaeumlisberger/VirtualizingWrapPanel
Releases · sbaeumlisberger/VirtualizingWrapPanel
Version 2.3.2
https://www.nuget.org/packages/VirtualizingWrapPanel/2.3.2
Release Notes:
Version 2.3.1
https://www.nuget.org/packages/VirtualizingWrapPanel/2.3.1
Release Notes:
- Fix #87 Item width larger than viewport width causes divide by zero error when CacheUnit is "Item"
Version 2.3.0
https://www.nuget.org/packages/VirtualizingWrapPanel/2.3.0
Release Notes:
- Performance improvements (see #86)
Version 2.2.1
https://www.nuget.org/packages/VirtualizingWrapPanel/2.2.1
Release Notes:
- #85 Fix InvalidOperationException when running on .NET Framework
Version 2.2.0
https://www.nuget.org/packages/VirtualizingWrapPanel/2.2.0
Release Notes:
- #83 Add ItemAlignment property (see API documentation)
- #84 Fix an exception that sometimes occurs when a filter is applied, caused by an ignored measurement call
- Performance optimizations (see commit 0acfcdf)
Version 2.1.2
https://www.nuget.org/packages/VirtualizingWrapPanel/2.1.2
Release Notes:
- #82 Fix Items overlap in grouped list
- Provide more detailed exception message if items are not distinct
Version 2.1.1
https://www.nuget.org/packages/VirtualizingWrapPanel/2.1.1
Release Notes:
- #73 Add a meaningful exception in case the ItemContainerGenerator is null
- Reset the state of the ItemContainerManager when the children are cleared, for eg. when the panel is removed from the ItemsControl.
Version 2.1.0
https://www.nuget.org/packages/VirtualizingWrapPanel/2.1.0
Release Notes:
- Feature: Add IsGridLayoutEnabled property which, when set to false, disables the default grid layout behaviour
- Fix: #68 ArgumentOutOfRangeException when adding GroupStyle at runtime
- Fix: performance regression when changing content of ItemsSource
- Fix: return of infinte desired size is some hierarchical scenarios
Version 2.0.12
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.12
Release Notes:
- #66 verify that items are distinct
- enable deterministic builds
Version 2.0.11
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.11
Release Notes:
- Fix: #65 Stackoverflow exception in VirtualizingWrapPanel.MeasureOverride
- Scroll input methods of VirtualizingPanelBase are now virtual