This question is locked. New answers and comments are not allowed.
Hi;
I've followed the steps for showing icons on the panes headers, but none show up at runtime. Some show up at design time.
Here are two pictures showing design time and run time.
I have created proper Data Template as following:
and attached the template as following:
The second problem is that, for "Filing" & "viewer" pane, the icons don't show up at design time either.
Please advise!
Thanks!
..Ben
I've followed the steps for showing icons on the panes headers, but none show up at runtime. Some show up at design time.
Here are two pictures showing design time and run time.
I have created proper Data Template as following:
<DataTemplate x:Key="DocumentTemplate"> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding}"/> <Image Source="/Images/Icons/Documents-stack.png" Width="16" Height="16"/> </StackPanel></DataTemplate>and attached the template as following:
<telerik:RadDocking.DocumentHost> <telerik:RadSplitContainer> <telerik:RadPaneGroup> <telerik:RadPane Header="Documents" CanFloat="False" CanUserClose="False" CanUserPin="False" CanDockInDocumentHost="False" HeaderTemplate="{StaticResource DocumentTemplate}"/> </telerik:RadPaneGroup> </telerik:RadSplitContainer></telerik:RadDocking.DocumentHost>The second problem is that, for "Filing" & "viewer" pane, the icons don't show up at design time either.
Please advise!
Thanks!
..Ben