CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    scrollable list containing controls



    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).

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: scrollable list containing controls



    You can place all your controls on a picturebox control. Then you can move all of them at once by just moving the picturebox.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured