Unplanned
Last Updated: 08 Nov 2017 13:01 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: VirtualizingWrapPanel
Type: Feature Request
0
Currently, the panel will create containers for the first item that should be shown before the viewport start and the last item that should be shown after the viewport. Here we talk about containers outside of the viewport. This is defined in the implementation of the panel and it cannot be changed. 

Allow setting the number of visual items that can be generated out of the viewport. Or maybe pixel size. Similar to the attached properties of VirtualizingPanel (CacheLength and CacheLengthUnit). May be we can use them as well.(https://msdn.microsoft.com/en-us/library/system.windows.controls.virtualizingpanel.cachelength(v=vs.110).aspx)

Note: The cache is the amount of space above or below the viewport in which items are not virtualized. 
Unplanned
Last Updated: 08 Nov 2017 13:09 by ADMIN
This is similar to the native VirtualizingStackPanel which has a CleanUpVirtualizedItem attached event.
https://msdn.microsoft.com/en-us/library/system.windows.controls.virtualizingstackpanel.cleanupvirtualizeditem(v=vs.110).aspx
Unplanned
Last Updated: 30 Jan 2017 15:25 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: VirtualizingWrapPanel
Type: Feature Request
1
Setting HorizontalAlignment to VirtualizingWrapPanel is not properly reflected in the UI.
Completed
Last Updated: 09 Sep 2019 08:02 by ADMIN
Release R3 2019
ADMIN
Created by: Ivan Ivanov
Comments: 3
Category: VirtualizingWrapPanel
Type: Feature Request
7

			
Completed
Last Updated: 01 Oct 2019 10:51 by ADMIN
ADMIN
Created by: Vlad
Comments: 0
Category: VirtualizingWrapPanel
Type: Feature Request
18
VirtualizingWrapPanel with grouping