mgaffigan / WpfAppBar

AppBar implementation for WPF
MIT License
68 stars 10 forks source link

how to resize AppBar on some event #5

Closed Enghouse-CCSP-PS closed 1 year ago

Enghouse-CCSP-PS commented 1 year ago

What is best approach to make appBar to be extended for full screen and then moved to original docked size? The logic behind is that user can trigger application to take full screen , work in full screen and then turn app back to AppBar when no need to full screen?

mgaffigan commented 1 year ago

This sounds like a duplicate of #3 Undock after a window has been docked. A sample of a window which can be docked and undocked is available at UndockSample.

I'm going to close, but if the above does not address the question, please clarify and reopen.