I have a vertical stack panel , my last control there is some Label and I want on a height 60 after the last control to show Separator any idea how to do so ?
Thanks .
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.
Do you mean you want your separator 60 pixels after last control (Label)? If so, you can put eg. empty
<StackPanel Height="60"/>after your last label control, and beforeSeparator.