Hello,
You describe that the DrawerContent View background is set fixed to gray because when it is set to transparent the menu items will be always revealed when the animation is set to Reveal or Push.
However, does this mean that when the animation is set to SlideOnTop, a semi transparent or fully transparent background would be possible.
If so, can you make the setting for the DrawerContent View background available to developers please?
Setting a grid background as in your example doesn't solve the problem for the example as asked above where you want your background semi transparent.
Another case is where you decide to use only make parts of the DrawerContent View visible. For example, a left slideout menu only visible at the bottom because the height=60 and width=100 and the rest above that visible block till the top of the screen is set to transparent (DrawerContentView.Background = "Transparent") .
For Reveal or Push animation, the user can the set a gray background themselves to solve the always visible problem (DrawerContentView.Background = "Gray").
So, can you make the make DrawerContent View background setting available for the above described scenarios?
thanks,
Bernard