Hello! i begin learning wpf, and i have a question. How to disabled and enabled propertice resize,maximumbox,...etc in wpf.
in Window Form i can found it in propertice and set manual. but wpf i can't found.
please help me answer this question! thanks.
Loading
Posted May 22, 2011, 9:11 AM
1) Set the Window.WindowStyle property to WindowStyle.None.
2) Set the Window.ResizeMode property to ResizeMode.NoResize
Please refer this link also. http://weblogs.asp.net/marianor/archive/2010/03/22/disabling-minimize-and-maximize-buttons-in-a-wpf-window.aspx