When I tap on icon in bottom appbar it stays open. I need close it when button clicked. How can I achieve this?
I'm using C#, XAML.
Set IsOpen=false. That should be enough.