I have a long text inside a Label in a panel (Windows Mobile 6.5). I set the panel’s autoscroll property to true and see the scroll bar but it doesn’t work, I can’t scroll it. How can I solve this problem?
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.
I just did the following and it works fine:
Sizeto100x100AutoScrolltotrueSizeto50x200Then run the project and the ScrollBar is visible and it can be dragged up and down.
The only reason that the Panel wouldn’t scroll if it is set to
Enabled = false;.