Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Resize, Doesn't
Message
De
20/12/2001 13:19:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00596888
Message ID:
00596894
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform