Only show X and minimize button on wpf
I don’t want the user to resize the window so I did ResizeMode="NoResize". But then the minimize button also d开发者_StackOverflow社区isappears and only the X button is visible. Is there a way to keep the minimize button?
WPF Windows Overview. ResizeMode="CanMinimize"
加载中,请稍侯......
精彩评论