Header Template in WPF Tree Navigator (SfTreeNavigator)
23 Oct 2019 / 1 minute to read
The HeaderTemplate property of Tree Navigator can be used to customize the Tree Navigator header.
<navigation:SfTreeNavigator.HeaderTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" FontStyle="Italic"/>
</DataTemplate>
</navigation:SfTreeNavigator.HeaderTemplate>
Tree Navigator now displayed as shown below.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page