I have put some vertical scroll bars on a window form (note this app gets
deployed to a pocket pc). The panel has been increased and I have put some
buttons at the bottom. Unfortunately, my scroll bar does not scroll all the
way down to the buttons after I have added them and increased the height of
the panel...what can i do to fix this?
Sijin Joseph - 09 Sep 2004 07:46 GMT
Are you setting the AutoScroll property of the form on which the panel
is placed to True?
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> I have put some vertical scroll bars on a window form (note this app gets
> deployed to a pocket pc). The panel has been increased and I have put some
> buttons at the bottom. Unfortunately, my scroll bar does not scroll all the
> way down to the buttons after I have added them and increased the height of
> the panel...what can i do to fix this?