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

Set RadTreeListView Theme

2 Answers 126 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Fabiana
Top achievements
Rank 1
Fabiana asked on 25 Nov 2009, 06:06 PM
Hello Support!!

I have one question: I inserted a RadTreeListView and RadComboBox into Grid. As you can see, I configured theme telerik:StyleManager.Theme="Summer"
In RadComboBox, this theme is ok, but in RadTreeListView the theme not changed! Why? Is there another way to set theme to RadTreeListView  control ?






<UserControl x:Class="SilverlightApplication1.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
    mc:Ignorable="d"
    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
    xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"
    d:DesignHeight="340" d:DesignWidth="800">

    <Grid x:Name="LayoutRoot" Background="White">




        <telerikNavigation:RadTreeListView IsLineEnabled="True" IsEditable="True" telerik:StyleManager.Theme="Summer"
                            x:Name="RadTreeListView1" Background="White" Margin="70,12,42,144"
                            BorderBrush="#a9a9a9" BorderThickness="1" SelectionMode="Multiple"                                                         IsExpandOnSingleClickEnabled="True" IsExpandOnDblClickEnabled="False" IsLoadOnDemandEnabled="False">

            <telerikNavigation:RadTreeListView.Columns>
                <telerikNavigation:RadColumn PropertyName="Name" Header="Hierarchy">
                    <telerikNavigation:RadColumn.CellTemplate>
                        <DataTemplate>
                            <TextBlock Text="" VerticalAlignment="Center"/>
                        </DataTemplate>
                    </telerikNavigation:RadColumn.CellTemplate>
                </telerikNavigation:RadColumn>
            </telerikNavigation:RadTreeListView.Columns>
            
        </telerikNavigation:RadTreeListView>
    

    
        
        <telerikInput:RadComboBox Margin="296,0,338,61" VerticalAlignment="Bottom" Height="40"      telerik:StyleManager.Theme="Summer">
            <telerikInput:RadComboBoxItem Content="Item 1" />
            <telerikInput:RadComboBoxItem Content="Item 2" />
        </telerikInput:RadComboBox>




    </Grid>
</UserControl>

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 26 Nov 2009, 11:33 AM
Hi Fabiana,

We apologize , but RadTreeListView Theme have only Window7 theme ,because It is a CTP control . When we release the official version, then the RadTreeListView will have all themes (Office_black, Office_Blue, Office_silver, Vista and Summer).  

Greetings,
Dimitrina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Fabiana
Top achievements
Rank 1
answered on 26 Nov 2009, 05:58 PM
Ok, Thanks!

Tags
TreeListView
Asked by
Fabiana
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Fabiana
Top achievements
Rank 1
Share this question
or