This question is locked. New answers and comments are not allowed.
I used Red Menu Items created a layered menu by the following code:
> <telerik:RadMenu Height="18"
> Margin="6 0 0 0"
> BorderThickness="0"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" >
> <telerik:RadMenuItem Header="Export"
> BorderBrush="{StaticResource ForegroundBrush }"
> Margin="-1 -3 0 0"
> BorderThickness="1"
> Height="23" >
> <telerik:RadMenuItem Header="Current View"
> Command="{Binding myCurrentViewFunc}"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" />
> <telerik:RadMenuItem Header="Full Dump"
> Command="{Binding myFullDumpFunc}"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" />
> </telerik:RadMenuItem>
> </telerik:RadMenu>
Questions:
- Is it possible to remove the indentaiton at the beginning of each sub menu items?
- How to change the highlight color when mouse is over a menu item?
> <telerik:RadMenu Height="18"
> Margin="6 0 0 0"
> BorderThickness="0"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" >
> <telerik:RadMenuItem Header="Export"
> BorderBrush="{StaticResource ForegroundBrush }"
> Margin="-1 -3 0 0"
> BorderThickness="1"
> Height="23" >
> <telerik:RadMenuItem Header="Current View"
> Command="{Binding myCurrentViewFunc}"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" />
> <telerik:RadMenuItem Header="Full Dump"
> Command="{Binding myFullDumpFunc}"
> Foreground="{StaticResource ForegroundBrush}"
> Background="{StaticResource BackgroundBrush}" />
> </telerik:RadMenuItem>
> </telerik:RadMenu>
Questions:
- Is it possible to remove the indentaiton at the beginning of each sub menu items?
- How to change the highlight color when mouse is over a menu item?