This is a migrated thread and some comments may be shown as answers.

VirtualizingWrapPanel

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
krishna surapaneni
Top achievements
Rank 2
krishna surapaneni asked on 24 Oct 2011, 12:06 PM
Virtaulising Wrap Panel Notworking in TreeViewItemContainer Style

some code snippet is here...

 <ItemsPanelTemplate x:Key="ItemsPanelTemplateRadTreeViewItem">
            <telerik:RadWrapPanel ItemWidth="150"/>
        </ItemsPanelTemplate>
        <Style x:Key="itemStyle" TargetType="telerik:RadTreeViewItem">
            <Setter Property="IsExpanded" Value="True" />
            <Setter Property="ItemsPanel" Value="{StaticResource ItemsPanelTemplateRadTreeViewItem}" />
        </Style>

<telerik:RadTreeView IsExpandOnSingleClickEnabled="True" SelectionMode="Multiple" IsTriStateMode="True" ItemsOptionListType="CheckList" VerticalAlignment="Top" VerticalContentAlignment="Top" IsExpandOnDblClickEnabled="True" IsOptionElementsEnabled="True" ItemContainerStyle="{StaticResource itemStyle}" />

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 27 Oct 2011, 09:09 AM
Hello Krishna Surapaneni,

 I was unable to reproduce any issue when using your code. Could you please examine my test project and me know if I have missed something? Thank you in advance.

Regards,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
krishna surapaneni
Top achievements
Rank 2
Answers by
Petar Mladenov
Telerik team
Share this question
or