HI, How can i set the size (Width) on the submenu items on xammenu items. Screenshot is attached.
Thanks in advance.
Hello,
Thank for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the TextBlock’s Loaded event, which I used in the DataTemplate, and clear its parent Grid’s ColumnDefinitions and set the width of the XamMenuItem to a proper Width.
Hope this helps you.