I have created a hamburger menu icon i need a css code that will show the menu content when I hover on the icon
Like I said previously I have e created the hamburger code just need a css code to display the content when I hover or focus on the icon
i am using shell project in xamarin forms , i am facing issue when i click on bottom flyout menu , it is zooming and some text not disables on selected flyout menu.eg Home becomes Ho.
Hi does anybody knows if I can make a button in Xamarin Forms that opens a small dropdown menu? I did this in android studio but I can't find a way how this could work in Xamarin.
It should look like this:
And like this if the button is clicked:
And the Button should not be in the navigation bar because this page don't have one.
So if anybody could help me I would be very grateful and sorry for my bad english.
The closest API in Xamarin that does that is to display a pop-up using DisplayActionSheet, but the dropdown menu will be at the bottom of the screen. Or you can use a Picker (link to documentation).
If you want to implement something that look exactly like the image in your post, you can create a StackLayout that contains a few buttons, and show it when the drop down menu button is clicked.
i think that you can do it not directly but if we let some things be together we can achieve it, you have to add toolbar item for the button and for the menu list it's a popup page that has transparent background and list menu on the top right !
I have created AppShell Page as a master page for my mvvmcross UWP(windows 10) app and added hamburger menu in it. Now I want to add two buttons like Users and Customers in hamburger menu. When click on users button i want to open sliding panel from right side with animation and display list in it and when user click anywhere in page except sliding layout then hide sliding layout.
Please suggest me any good way to achieve this.
Thank you.
Easy - use a TranslateTransform to animate sliding and Visibility to make it show up or hide.
I have a form application in C++ CLI. It has a scroll bar. I have a panel inside form and a number of picture boxes in it. The panel has auto scroll set. Is it possible that I can hide the panel auto scroll bar and control its scrolling by the form scroll bar.
The form screen shot is attached here
I tried changing the VerticalScroll.Visible property of the panel. But it doesn't help.
regards,
Rohini