Hello
I use the RadPanelBar control
I build the hirarchy in the xaml page
some of the items have no children but thy still have the arrow (<) in the side
how can I remove it?
here is the code
Thanks.
I use the RadPanelBar control
I build the hirarchy in the xaml page
some of the items have no children but thy still have the arrow (<) in the side
how can I remove it?
here is the code
| <telerikNavigation:RadPanelBar x:Name="pb" Margin="5" Width="180" BorderBrush="#9098a3" |
| BorderThickness="1" HorizontalAlignment="Left" ExpandMode="Multiple"> |
| <telerikNavigation:RadPanelBarItem> |
| <telerikNavigation:RadPanelBarItem.Header> |
| <TextBlock Text="מבט ענף" Height="13" Margin="5 2 5 2" /> |
| </telerikNavigation:RadPanelBarItem.Header> |
| <telerikNavigation:RadPanelBarItem Header="תוכניות עבודה" /> |
| <telerikNavigation:RadPanelBarItem Header="ממתינות לתקצוב" /> |
| <telerikNavigation:RadPanelBarItem Header="הצעות לתוכנית" /> |
| </telerikNavigation:RadPanelBarItem> |
| <telerikNavigation:RadPanelBarItem> |
| <telerikNavigation:RadPanelBarItem.Header> |
| <TextBlock Text="מבט מחלקה" Height="13" Margin="5 2 5 2" /> |
| </telerikNavigation:RadPanelBarItem.Header> |
| <telerikNavigation:RadPanelBarItem Header="תוכניות עבודה" /> |
| <telerikNavigation:RadPanelBarItem Header="ממתינות לתקצוב" /> |
| <telerikNavigation:RadPanelBarItem Header="הצעות לתוכנית" /> |
| </telerikNavigation:RadPanelBarItem> |
| <telerikNavigation:RadPanelBarItem IsEnabled="True"> |
| <telerikNavigation:RadPanelBarItem.Header> |
| <TextBlock Text="ניהול המערכת" Height="13" Margin="5 2 5 2" /> |
| </telerikNavigation:RadPanelBarItem.Header> |
| </telerikNavigation:RadPanelBarItem> |
| </telerikNavigation:RadPanelBar> |
Thanks.