In a sample application the Background of the Seperator and the Contextmenu are ignored.
Is this a Bug or am I doing something wrong?
See attached Image. Seperator has a gray background and the ContextMenu is not LimeGreen.
Is this a Bug or am I doing something wrong?
See attached Image. Seperator has a gray background and the ContextMenu is not LimeGreen.
<
Window
x:Class
=
"WpfApplication1.MainWindow"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Title
=
"MainWindow"
Height
=
"350"
Width
=
"525"
>
<
Grid
>
<
telerik:RadTreeListView
>
<
telerik:RadContextMenu.ContextMenu
>
<
telerik:RadContextMenu
x:Name
=
"treeContextMenu"
Background
=
"LimeGreen"
>
<
telerik:RadMenuItem
Header
=
"Test 1"
Background
=
"White"
/>
<
telerik:RadMenuItem
Header
=
"Test 2"
Background
=
"White"
/>
<
telerik:RadMenuItem
IsSeparator
=
"True"
Background
=
"White"
/>
<
telerik:RadMenuItem
Header
=
"Test 3"
Background
=
"White"
/>
<
telerik:RadMenuItem
Header
=
"Test 4"
Background
=
"White"
/>
<
telerik:RadMenuItem
Header
=
"Test 5"
Background
=
"White"
/>
</
telerik:RadContextMenu
>
</
telerik:RadContextMenu.ContextMenu
>
</
telerik:RadTreeListView
>
</
Grid
>
</
Window
>