Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Connection lines between treeview items
4 replies. Latest Post by TheRealMattSlay on March 8, 2009.
(0)
EugeneP
Member
2 points
7 Posts
12-23-2008 6:48 AM |
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...
JustinAngel
Contributor
4415 points
596 Posts
12-23-2008 7:36 PM |
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.
12-24-2008 5:08 AM |
I've alredy voted before and waiting with hope for positive result.
IAE Thanks.
netlistener
10 points
5 Posts
03-08-2009 12:23 AM |
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.
TheRealM...
6 points
19 Posts
03-08-2009 11:01 PM |
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?