Changes

Xamarin XAML

308 bytes added, 16:17, 13 November 2023
/* Customizing Menu Button */
== Feature related ==
=== Customizing Menu Button {{Version/XamarinSince|4.6.0}} ===
For the Xamarin Client , it is possible to show/hide the '''Menu button''' of the client.<br>
To customize the visibility of the '''Menu button''' you have to edit the default XAML '''Themes''' file.
Search for "'''ShowMenuToolBar'''" in the Themes file:
If there isn't any "'''ShowMenuToolBar'''" in your XAML Themes file, you just have to create one, like this: <source lang = "xml"><x:Boolean x:Key="ShowMenuToolBar">true</x:Boolean></source> * Set the value to "true" to show the menu '''Menu button ''' (default value).<br>[[File:menu_button_show.png]]<br><br>* Set the value to "false" to hide the menu '''Menu button'''. <brgallery widths="300" heights="500">[[File:menu_button_hiddenmenu_button_show.png]]|Menu Button shownFile:menu_button_hiddenV3.png|Menu Button hidden</gallery>
[[Category:Client|Xamarin XAML]]
85
edits