Search code examples
c#xamlwindows-8windows-runtimeappbar

How to close appbar (Windows 8 Metro)


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.


Solution

  • Set IsOpen=false. That should be enough.