I'm trying virtualization on the TreeView, and I have a RadTreeViewItem Style to set the IsExpanded property to true. If I set IsVirtualizing to true in the tree, the the Style does not apply, but if I set it to true, it does. Is there any way to fix this?
This is what my style looks like:
Thanks!
This is what my style looks like:
<Style TargetType="{x:Type telerik:RadTreeViewItem}"> <Setter Property="IsExpanded" Value="True" /></Style>Thanks!