when a user presses the full-screen button all of the items stays in the upper left corner.
i want to prevent this and keep the window as-is just in full-screen.
when a user presses the full-screen button all of the items stays in the
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.
Full Screen Mode
C# :
XAML :
Kepping Windows Proportions
XAML :
Rules :
Fixed
Fixed size of logical units (1/96 inch)
Auto
Takes as much space as needed by the contained control
Star
Takes as much space as available (after filling all auto and fixed sized columns)
Grid lets you enjoy both worlds – As long as you’re putting all elements into a single cell, you get both: Arbitrary positioning and auto-sizing.
Please refer to this tutorial, for using Rows and Columns