Click to See Complete Forum and Search --> : scrollable list containing controls


M Forrester
October 23rd, 1998, 07:34 AM
How do I create a scrollable list that contains an array of controls? i.e. each row may contain a pushbutton, a textbox and an option button, and I may have up to 100 rows (which obviously can't be displayed on the screen at once).

Justin Decker
October 25th, 1998, 05:20 PM
You can place all your controls on a picturebox control. Then you can move all of them at once by just moving the picturebox.