how to add Vscroll control to form in Visualbasic.net?
问题 i need to add vscroll control to a form in VB.net and i need to use it to scroll the form where i need to add more controls in the form where the size of form not able me to add them ? and i need to know how to make the scrolling to show more controls in the form ? thank you in advance 回答1: I think you want the form's AutoScroll property. 回答2: "Vscroll" is not the name of a control, but I assume it's an abbreviation for vertical scrollbar . In that case, you can simply add a VScrollBar