how do you get a vertical scroll bar on a form
Printable View
how do you get a vertical scroll bar on a form
I guess it would involve using a picturebox/frame (something that can contain other controls) and dynamically resizing that at run time and if the picturebox/frame exceeds the size of the form then you can show the scroll bars and use them to scroll the picturebox/frame
DocZaf
{;->
Do you mean how to create a scrollable form? If yes then try this. If not then please make it more clear.