Results 1 to 4 of 4

Thread: RESOLVED: which control can be scrollable?

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    RESOLVED: which control can be scrollable?

    I have written a control. To give you an idea it's like a long textbox but with a few things tucked on the end.

    What I am trying to do, but haven't figured out how to yet, is to have a control, to which i can these controls programatically, and have the parent control automatically scroll.

    I guess I'm looking for a way to make part of my form look like an mdi parent form.

    Does this make sense? I am desperate for this.....

    cheers.
    Last edited by stingrae; Jan 13th, 2003 at 04:56 AM.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    You could always add a vertical scrollbar to a panel or groupbox and dock it on the left side.

  3. #3

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    Cool RESOLVED

    d'oh. thanks Athley. Can you believe that after spending all afternoon looking, 20 seconds after i read your post, i add the scroll bar, then in the Panal properties I find one called:
    Code:
    AutoScroll
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  4. #4
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    hehe, I know the feeling, happens to us all I guess.

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