Results 1 to 4 of 4

Thread: Active resizing of a TreeView? [RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    482

    Question Active resizing of a TreeView? [RESOLVED]

    Does anyone know how to allow a user to resize a Treeview and/or a ListView by draging the edge to the left or right?

    The Mav
    Last edited by Maverickz; Sep 18th, 2004 at 08:37 PM.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    482
    So is this just not possible? Is there some type of resizable contain I might can use to accomplish this?

    The Mav

  3. #3
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    What you need is some "splitter" code. You can either "roll your own", or find a usercontrol out there somewhere. To get you started, take a look at the code generated by the VB application wizard when you choose an "Explorer" style project. (Start VB and instead of "Standard EXE", choose "VB Application Wizard". Follow the Wizard and choose "Explorer Style" project. Take a look at the resulting code.)

    A nice splitter control (FREE) can be found here:
    http://www.desertware.com/vbuniverse/vbusplitter.html
    "It's cold gin time again ..."

    Check out my website here.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    482
    That did EXACTLY what I needed. Strange I have never even looked at an "Explorer Style" project before.

    Thanks,
    The Mav

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