Is it possible to get controls to automatically divide a space in thirds as the window resizes? It is easy enough to do in code, but I’d like to set the parameters directly in the xaml if possible.
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.
Use the Grid control. It takes up whatever space is available. You can get thirds by doing (assuming you want three columns)