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

Wrapping header item of RadTreeViewItem

0 Answers 58 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Evan
Top achievements
Rank 1
Evan asked on 29 Jun 2010, 06:23 PM
Hi all,

I need to wrap RadTreeViewItem's in a RadTreeView to fit in thin situations when there's not much screen size. I've tried working with the HeaderTemplate basically just setting the ContentPresenter Header to the following template:

<DataTemplate x:Key="RadViewItemHeaderTemplate">
            <TextBlock TextWrapping="Wrap" />
</DataTemplate>

This obviously doesn't work and I haven't been able to find the template for a RadTreeViewItem.Header.

Does anyone know how to wrap RadTreeViewItem.Header?

Thanks for all your help,

Evan

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Evan
Top achievements
Rank 1
Share this question
or