Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resizing a treeview inside a container
Message
De
13/05/1999 05:14:04
 
 
À
13/05/1999 05:05:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00218262
Message ID:
00218276
Vues:
31
LOCAL llLockScreen,llInForm
dodefault()
if type("thisform")=="O"
	llLockScreen=thisform.lockscreen 
	thisform.lockscreen=.t.
        llInForm=.T.
endif
with this.list
	 .visible = .F.
	 .top=this.xIndent
         .top = .top - 9999
         .left=this.yindent
	 .height=this.height-(2*this.xIndent)
	 .width=this.width-(2*this.yIndent)
	 .top =.top + 9999
	 .visible = .T.
	 .refresh()
endwith

if llInForm
	thisform.refresh()
	thisform.lockscreen=llLockScreen
endif
nodefault
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform