Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I program in VB.Net with the IDE Visual Studio 2017 and
just use the ExpTree demo version ( frmThread_Testversion ) from Jim Parsell.

How can I set the width of expTree1 ( ExpTreeLib. ExpTree ) to a
fix width?
( expTree.width=200 ==> Reference to a non-shared member requires an object reference )
If possible an example ( I am a beginner )

What I have tried:

expTree.width=200
dim m as Size
m=(200,600)
expTree.size=m
Posted
Updated 17-Feb-18 4:53am
Comments
Richard MacCutchan 17-Feb-18 6:11am    
You should ask Jim Parsell.
Member 13622548 17-Feb-18 10:06am    
e-mail Adresse von Jim Parsells ist nicht öffentlich!

1 solution

You should post your question here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900