Releases: sbaeumlisberger/VirtualizingWrapPanel
Releases · sbaeumlisberger/VirtualizingWrapPanel
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
Version 2.0.10
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.10
Release Notes:
- Fix: Not all items of last row realized when using grouping with small cache size and partially visible header (see #61)
Version 2.0.8
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.8
Release Notes:
- Fix: #61 Items disappear from top row while using grouping
Version 2.0.6
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.6
Release Notes:
- Fix: #58 In the case of Orientation="Vertical", the BringIndexIntoView method does not work correctly
Version 2.0.5
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.5
Release Notes:
- Fix: Exception when changing the items collection while bringing container into view
Version 2.0.4
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.4
Release Notes:
- Fix: InvalidOperationException when items collection is empty
Version 2.0.3
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.3
Release Notes:
- Fix: #51 VirtualizingWrapPanel does not shrink when items are changed
Version 2.0.0
https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.0
Release Notes:
- Breaking Change: Inverted behaviour and default value of the Orientation property to match the behaviour of the WPF WrapPanel control
- Breaking Change: Removed thr deprecated properties SpacingEnabled, IsSpacingEnabled and ChildrenSize
- Breaking Change: Drop support for target frameworks which have reached end of life
- Feature: #22 Add support for different sized items (see Getting started)
- Feature: Add option for wrapping keyboard navigation to GridView control
- Feature: Finalized grouping support
- Performance improvements