Skip to content

Releases: sbaeumlisberger/VirtualizingWrapPanel

Version 2.3.2

11 Oct 19:27

Choose a tag to compare

https://www.nuget.org/packages/VirtualizingWrapPanel/2.3.2

Release Notes:

  • #89 Re-generate disconnected containers when grouping
  • #90 Fix overlapping when grouping
  • Remove usage of reflection

Version 2.3.1

27 Jul 18:10

Choose a tag to compare

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

16 Jul 16:02

Choose a tag to compare

https://www.nuget.org/packages/VirtualizingWrapPanel/2.3.0

Release Notes:

  • Performance improvements (see #86)

Version 2.2.1

20 May 20:04

Choose a tag to compare

https://www.nuget.org/packages/VirtualizingWrapPanel/2.2.1

Release Notes:

  • #85 Fix InvalidOperationException when running on .NET Framework

Version 2.2.0

19 May 19:20

Choose a tag to compare

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

06 May 17:19

Choose a tag to compare

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

25 Jan 22:32

Choose a tag to compare

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

02 Nov 18:49

Choose a tag to compare

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

25 Oct 17:42

Choose a tag to compare

https://www.nuget.org/packages/VirtualizingWrapPanel/2.0.12

Release Notes:

  • #66 verify that items are distinct
  • enable deterministic builds

Version 2.0.11

01 Oct 17:44

Choose a tag to compare

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