How to disable maximize button in a WPF appication page not in a window
- by Lukman
I want to disable the maximize button in WPF application page, not in a WPF application window
When I searched in Google, it is available methods for disabling the maximize button in WPF window
The code snippet is as follows
Window.WindowStyle= WindowStyle.None
But is not working in WPF page
It is showing errors.
In WPF page there is…