Rank: Newbie Groups: Member
Joined: 2/20/2010 Posts: 4
|
Hi all,
I'm not sure if I'm in the right place with my question regarding the treeview, I searched the documentation but could not find anything on the use of the treeview.
The view itself is working ok but I have a large white space between each 'line' the treeview, and I want all lines to go together like in the examples. Is this something I do wrong? I tried with the lineimages etc but I don't seem to get to the right result. Also I would like to change the dotted lines to 'full' lines but couldn't find anything on that one either? i found somthing about the lineImages, I assume I can change that one but that still leaves me with the empty space in between.
Is there something like a more complete manual on your tools?
thx for all feedback
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to modify the TreeView's LineImages property to provide your own line images. The TreeView lines are made up by a set of images (images like "+", "|", "T", etc). Those images have fixed size so they only work well when your font size matches it. If you have much bigger font, then these images won't be able to meet others on both ends. In this case you will need to create a set of custom images and give these images to the TreeView.
You can create your own image based on the built-in images. All the built-in images are inside Images.zip in your installation folder.
Thanks!
|