BbCommandVirtualizedGroup have a EnableLazyLoading that doesn't actually lazy load because you still need to pass the list with the full items.
Solution:
Add a ItemProvider parameter to be used when EnableLazyLoading=true instead of the currently used Items
BbCommandVirtualizedGrouphave aEnableLazyLoadingthat doesn't actually lazy load because you still need to pass the list with the full items.Solution:
Add a
ItemProviderparameter to be used whenEnableLazyLoading=trueinstead of the currently usedItems