I have 2 windows now that i want to open maximized but should be non realizable?how would i do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To maximize the window use:
This will allow the window only to be minimized:
You can change it to the following if you want to disable minimizing as well:
Place the above in your form’s constructor, it should look something like this:
Or simply add the following properties to your window in XAML to make it look like this: