Skip to content

CheckComboBox Virtualization #1607

@Muhahe

Description

@Muhahe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions