Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView Resize, Doesn't
Message
From
20/12/2001 13:19:27
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00596888
Message ID:
00596894
Views:
26
>I have an ActiveX treeview on a form. In the form's resize I try
>to reset the size of the treeview. It does'nt resize unless I click
>in the treeview.
>
>Anyone know what to do?

Hi Kevin,

This works for me in the form.refresh:

THISFORM.treeview.WIDTH = THISFORM.WIDTH - 20
THISFORM.treeview.HEIGHT = THISFORM.HEIGHT - 50
THISFORM.REFRESH && Did you put this line?

HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform