I have a mobile app that I would like to hide or disable particular links in the bottom bar depending on what page is open or who the user is.
I like using the bottom bar but in some situations it is making things very messy
Thank you
Yes, OML in attachment.
I added the parameter ShowEntry and used it on an If to control if the menu entry should be displayed or not:
Hi Andrew,
Have you thought about having input parameters on the menu to control this (something like an IsSettingsMenuVisible variable)?
In this way, you can reuse the BottomBar menu on different pages and configure it according to your needs for every screen.
Kind Regards,João
Possible to give me an example. I don't know how to change the visibility of the bottom bar
That is what I was looking for exactly. May I use your code in my app?
You will need to adjust this to your use case but yes, it is that simple.