I'm having some trouble with the syntax. I'm trying to replicate
I tried
That will work to take it away, but not make it virtualizating. Maybe it's a difffernt name I need?
<
telerik:RadComboBox.ItemsPanel
>
<
ItemsPanelTemplate
>
<
VirtualizingStackPanel
/>
</
ItemsPanelTemplate
>
</
telerik:RadComboBox.ItemsPanel
>
I tried
.rcMatter.ItemsPanel = (
ItemsPanelTemplate)Resources["VirtualizingStackPanel"];
That will work to take it away, but not make it virtualizating. Maybe it's a difffernt name I need?