In WPF, how can I hide the minimize button (only minimize, not maximize ...) windows.
The code on this forum almost works for me. The behavior of this code is that it disabled the minimize button. But how to hide it?
http://forums.silverlight.net/forums/p/222067/532926.aspx
I think you will have to hide the default window title and draw your own title.
for example: C # WPF Custom Title Bar Tutorial and Moving a WPF Window with Custom Chrome
How to disable the resize attribute?
ResizeMode="NoResize"
Source: https://habr.com/ru/post/891655/More articles:non-binding binder source - c #How does .call work in javascript? - javascriptlog4net not registering in Windows Event Viewer - c #How to generate equals () and hashcode () methods using wsimport in jaxws - jax-wsPHP warning: Unable to load dynamic library - phpHaskell - class versus typeclass - what's the difference - typesNSClassFromString () vs classNamed: (NSString *) - dynamicGnuplot: 4d color chart using matrix format - graphWhat are the implications of mixing exception handling models in Visual Studio 2010? - c ++Javascript syntax checking for Internet Explorer - javascriptAll Articles