I was testing out this panel but found that it does not support item container recycling. E.g., if I set:
VirtualizingPanel.VirtualizationMode="Recycling"
Item containers are still created new each and every time. Are there any plans to support this feature? WPF's default VirtualizingStackPanel supports it OOTB, so I was expecting it here as well.
VirtualizingPanel.VirtualizationMode="Recycling"
Item containers are still created new each and every time. Are there any plans to support this feature? WPF's default VirtualizingStackPanel supports it OOTB, so I was expecting it here as well.