In silverlight if I expand a combobox and then move the mouse cursor away, no matter where I click on the silverlight app the combobox dropdown collapses again. How does it do this and can I replicate it myself?
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.
If you have Expression Blend, you can easily find out how it’s done.
Simply create a SL project, add a
ComboBoxot the surface, Right-Click it and select Edit Template->Make a Copy, then inspect the template, it’s probably made with some animation on one of the transitions / Visual State Manager.