-
Couldn't load subscription status.
- Fork 902
Closed
Description
Hi,
is there any option how to turn Virtualization on CheckCombobox?
I tried to replace ItemsPanelTemplate with VirtualizingStackPanel but without success.
<xctk:CheckComboBox Padding="0" ItemsSource="{Binding Data.MasterRoleColumn.FilterValues, Source={StaticResource proxy}}">
<xctk:CheckComboBox.ItemsPanel>
<ItemsPanelTemplate>
<VirtualizingStackPanel Width="100"
IsItemsHost="True"
IsVirtualizing="True" />
</ItemsPanelTemplate>
</xctk:CheckComboBox.ItemsPanel>
</xctk:CheckComboBox>
Metadata
Metadata
Assignees
Labels
No labels