Page view counter
Connection lines between treeview items Subscribe to this thread
Last post 03-08-2009 11:01 PM by TheRealMattSlay. 4 replies.
Sort Posts:
12-23-2008 6:48 AM
Connection lines between treeview items

 Hello all,

 Does anybody know how to customize TreeView for showing connection lines between items (like in most of other treeview controls)?

I spent a lot of time for this issue but could not find any ideas in the web and own efforts didn't get satisfied result to.

Thanks...

EugeneP

Loading...
Joined on 12-23-2008
Kiev/Ukraine
Posts 7
12-23-2008 7:36 PM
Marked as Answer
Re: Connection lines between treeview items

The TreeView control currently does not support showing connection lines between Items.

This is done for WPF Compatibility since the WPF TreeView does not support drawing connection lines. We'd like to give you the option of running your Silverlight XAML on the desktop through WPF and adding features on changing the XAML API breaks that ability.

We are looking into options of adding various abilities to TreeView (multi select, connection lines, Drag & drop and others).
Please feel free to vote on adding connection lines for TreeView at the following codeplex issue if you're passionate about adding it to Silverlight Toolkit future versions: http://www.codeplex.com/Silverlight/WorkItem/View.aspx?WorkItemId=851 

Personally, I've been playing around with editing the template or creating a "mask" on top of the TreeView templates that draw the lines. But without much success.

--
Justin Angel,
http://silverlight.net/blogs/JustinAngel

JustinAngel

Loading...
Joined on 07-23-2008
Microsoft
Posts 541
12-24-2008 5:08 AM
Re: Connection lines between treeview items

 I've alredy voted before and waiting with hope for positive result. Smile

IAE Thanks.

EugeneP

Loading...
Joined on 12-23-2008
Kiev/Ukraine
Posts 7
03-08-2009 12:23 AM
Re: Connection lines between treeview items

Its a shame these features are not included as standard, I've been using the liquid Silverlight treeview for a while, whilst the node content has to be text it does support multi-select, connector lines, drag and drop and is a great control that fills the gap until these features are included in the official Silverlight 2 treeview.

netlistener

Loading...
Joined on 03-08-2009
Posts 5
03-08-2009 11:01 PM
Re: Connection lines between treeview items
JustinAngel - What do you mean by: "We'd like to give you the option of running your Silverlight XAML on the desktop through WPF and adding features on changing the XAML API breaks that ability." Are you talking about some future goal? Or is something that can be done already? How will it handle Silverlight Tookit controls which are not in WPF?
TheRealMattSlay

Loading...
Joined on 03-01-2009
Posts 19
Microsoft Communities