Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resizing a treeview inside a container
Message
From
13/05/1999 05:14:04
 
 
To
13/05/1999 05:05:45
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00218262
Message ID:
00218276
Views:
30
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
Previous
Reply
Map
View

Click here to load this message in the networking platform