bungpeng Posted November 10, 2003 Posted November 10, 2003 I am developing mobile application with windows form, the problem I faced is, because of the limitation space of Pocket PC screen, part of my screen is hidden... Is there anyway to display a scroll bar to view the whole screen? Quote
*Gurus* Derek Stone Posted November 10, 2003 *Gurus* Posted November 10, 2003 The form's AutoScroll property would probably be a good start, though you really need to ask yourself if the user should have to scroll in the first place. Quote Posting Guidelines
bungpeng Posted November 11, 2003 Author Posted November 11, 2003 AutoScroll? I can't see any "AutoScroll" property in Form... Quote
*Gurus* Derek Stone Posted November 11, 2003 *Gurus* Posted November 11, 2003 I interpreted your question slightly different than what you were asking for. The Compact Framework doesn't support the AutoScroll property on Forms, so your best bet is to place your controls in a container, the likely choice a Panel control, and then add scrollbars to the form. I still needs to be said that you should rethink your design. It is very, very annoying to have to scroll a window. Quote Posting Guidelines
bungpeng Posted November 11, 2003 Author Posted November 11, 2003 Thank you for your information. Yes, I think I will consider my design again, since Pocket PC is not the same as desktop PC.... :) Thanks again... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.