I cannot view the vertical scroll bar for Listbox control in WP7. I have set the ScrollViewer.VerticalScrollBarVisibility=”Visible”.
Can someone suggest solution for it.
Thanks and Regards,
Kanaya
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.
That is becuase your listbox itsn’t filled with enough items for showing the right side scroll bar. When you have enough items in your listbox so theres not enough space for showing more items on one view without scrolling the rightside scrollbar will showup. I personally think that this is kinda confusing so don’t feel lame. Good Luck.