Is it possible for a horizontally aligned stackpanel to have items which have different horizontal alignment ie. One is left aligned and one is right aligned? I tried multiple ways but i think Grid is the only option?
Regards,
Bhavik
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.
No – a
StackPanelby definition pushes all of its items to one side or the other. You could use aGridorDockPanel(from the Silverlight tooolkit) instead.