Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 934
Mike Keskinov Avatar asked May 23 '12 19:05

Mike Keskinov


People also ask

How do I close System Tray in Windows 8?

Right-click the program's icon in the system tray (next to the clock), and choose Close, Exit, or Disable.

How do I close applications on my toolbar?

Right-click the taskbar icon.Right-click the app icon. Click ✕ Close window. It's the option closest to the icon.


1 Answers

Set IsOpen=false. That should be enough.

like image 192
Filip Skakun Avatar answered Oct 04 '22 11:10

Filip Skakun