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?
                
                A: 
                
                
              
            I just did the following and it works fine:
- Add a Panel to the Form
 - Set the Panel 
Sizeto100x100 - Set 
AutoScrolltotrue - Drag a Label into the Panel
 - Set the Label 
Sizeto50x200 
Then 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;.
                  GenericTypeTea
                   2010-07-15 08:44:31