|
-
Sep 18th, 2004, 12:32 AM
#1
Thread Starter
Hyperactive Member
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.
-
Sep 18th, 2004, 06:40 PM
#2
Thread Starter
Hyperactive Member
So is this just not possible? Is there some type of resizable contain I might can use to accomplish this?
The Mav
-
Sep 18th, 2004, 06:50 PM
#3
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.
-
Sep 18th, 2004, 08:37 PM
#4
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|