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

RadTreeView skin

1 Answer 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
darkange69
Top achievements
Rank 1
darkange69 asked on 22 Jul 2008, 06:32 PM
Is there a way to skin the radtreeview.

I need, for each node, to display an image, some text and another image.
For the general skin of the treeview, I need to have the same skin as a generic treeview (like the treeview at the left of this post).

Is that possible?

Thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 24 Jul 2008, 08:29 AM
Hi darkange69,

I suggest that you use a StackPanel in the Header of the tree items. Inside the StackPanel you can place images and text, like:

<telerik:RadTreeViewItem.Header> 
    <StackPanel Orientation="Horizontal">                         
          <Image Source="..."></Image> 
          <TextBlock>text</TextBlock>   
          <Image Source="..."></Image> 
    </StackPanel>     
</telerik:RadTreeViewItem.Header> 

Hope this helps.

Regards,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
darkange69
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or