Query |
Response | |
I would like to know if it is possible to delete grey background of this control.
Also How i can change looks of menu bar (MenuGroup1, MenuGroup2 looks exacly)?
|
We have analyzed the reported query – “How to change the backcolor value of MenuAdv control?”. You can achieve this requirement by overriding the MenuAdv styles in the xaml file. Then define the Background value for the menu control in the style definition.
Please refer the following code sample.
| |
Also I would like to align left side of MenuItems to right so it would not look so strange.
|
We have analyzed the reported query – “How to align the menu items from right side”.
Please do the following steps in your machine to achieve your requirement.
Please refer the following screenshot for your reference.
Now run and check your application.
For more details, please refer the following link :
|