.net 5.0 supports virtualizes content for StackPanel (called VirtualizingStackPanel).
StackPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.stackpanel
VirtualizingStackPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.virtualizingstackpanel
but it does not supports virtualizes content for WrapPanel.
WrapPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.wrappanel
Currently .net only has WrapPanel, there is no Virtualizing WrapPanel.
Through virtualization, the display speed of the interface can be improved.
.net 5.0 supports virtualizes content for StackPanel (called VirtualizingStackPanel).
StackPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.stackpanel
VirtualizingStackPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.virtualizingstackpanel
but it does not supports virtualizes content for WrapPanel.
WrapPanel
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.wrappanel
Currently .net only has WrapPanel, there is no Virtualizing WrapPanel.
Through virtualization, the display speed of the interface can be improved.