Best way to enable/disable buttons in NavigationBar in Navigationview
Best way to enable/disable buttons in NavigationBar in Navigationview
Hi,
Sounds like a basic functionality, I need to enable/disable different buttons in Navigation View/Bar based on the view I push/pop.
Main problem is pop of Navigation view does not remember previous buttons enabled/disabled. If I handle it in "back" event of NavigationView, I don't know from which view back event was fired so that I can take decision what to enable/disable.