Can anybody help how to make the wpf optimized design meaning if we stretch the window all the controls inside should be relatively expand with the parent controls.
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.
Your question is probably too vague and likely will end up being either closed or you’ll be asked to clarify. But the layout piece that you probably want to focus on if you want your controls to grow/shrink with their parents is the
Grid. If you use star-based sizing for the columns/rows, things will grow/shrink relative to each other and to the parent. I suggest you read up on that concept along with the other layout concepts.