Whenever I define the header of a RadPane as follows, I fail to get the header to display properly. Instead the header displays the name of the control contained within the header definition.
<telerikDocking:RadPane Content="Pane Left 1"> |
<telerikDocking:RadPane.Header> |
<StackPanel Orientation="Horizontal"> |
<TextBlock Text="Pane Left 1" /> |
</StackPanel> |
</telerikDocking:RadPane.Header> |
</telerikDocking:RadPane> |
I'm using this style of header definition so that I can display an icon and the text field for the header.
Am I doing something wrong, or is there a problem with the control?