Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name that control?
Message
From
26/11/2001 11:18:45
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00585736
Message ID:
00585765
Views:
17
>Is and (or?) what is the control that offers a vertical drag for those cases where the user may want more area in the treeview on the left and less area for the listview on the right. Or do we need to make our own from a shape or container. I remember a control in another platform called a "panel" control.
>Thanks!

I don't know which control that would be, but you can do this with any visual control that has the Move event. Just place it in between any two controls that you want resized and put the appropriate code in the Move event. Of course this means that you would add code for everything.

Update: Move or Drag events.
Update#2: add to that mouse events.

There is also a freebie control that acts as a container and automatically resizes other controls, it is written for VB and haven't tried if it works in VFP. Look for the MBSplitter ActiveX control in this page: http://www.vb2themax.com/FileBank.asp?PageID=FileBank

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform