Welcome Guest Search | Active Topics | Sign In | Register

Treeview - Dotted connection lines not showing between groups Options
Spence
Posted: Friday, April 24, 2009 10:55:32 AM
Rank: Newbie
Groups: Member

Joined: 3/6/2009
Posts: 4
Hi,

I've lost the dotted connection lines between group items on my treeview. Any idea how I can get them back.

Got this
.!
.!-Main Item 1
........!-Sub item 1
..............!-tert 1
..............!-tert 2
..............!-tert 3
........!-Sub item 2
........!-Sub item 3
.!-Main Item 2
........!-Sub item 1
........!-Sub item 2
........!-Sub item 3
.!-Main Item 3

Want this
.!
.!-Main Item 1
.!.....!-Sub item 1
.!.....!.....!-tert 1
.!.....!.....!-tert 2
.!.....!.....!-tert 3
.!.....!-Sub item 2
.!.....!-Sub item 3
.!-Main Item 2
.!.....!-Sub item 1
.!.....!-Sub item 2
.!.....!-Sub item 3
.!-Main Item 3

(imagine the dots are just spaces - there for artistic representation - lol)
Cheers
eo_support
Posted: Friday, April 24, 2009 11:15:47 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

The lines are controled by LineImages property on the TreeView. So you can create a brand new TreeView from one of the built-in template, then compare that TreeView's LineImages with your (or simply copy it over) and that should help you to resolve the issue.

Thanks!
Spence
Posted: Friday, April 24, 2009 11:23:18 AM
Rank: Newbie
Groups: Member

Joined: 3/6/2009
Posts: 4
Excellent and so obvious.

Did just that. It turned out to be the INDENT field.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.