MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

Combining Action Bar and Title Bar

Open ThibaudMZN opened this issue 4 years ago • 3 comments

I remember modifying the original IgnaceMaes version to be able to display the title on the same line as the "close, minimize, maximize" buttons. Since your version is a bit different it seems a bit more tricky to do it (especially because of the drawer). Do you have any leads on how I could achieve that ?

ThibaudMZN avatar Jun 15 '20 20:06 ThibaudMZN

That part of the code should be the same, I just added more stuff to it, but I did not modify the form drawing function too much (just colors and stuff)

leocb avatar Jun 15 '20 23:06 leocb

All right I'll try to give it a go. Would that be a functionnality you would like to have ? I could make a PR if this is working correctly

ThibaudMZN avatar Jun 17 '20 16:06 ThibaudMZN

Sure, just expose a boolean for it on the Form Properties Call it "App Bar" with the default value true Under the "Window Style" Category Don't forget to hide the drawer icon when not using the bar.

leocb avatar Jun 17 '20 17:06 leocb