Skip to main content

Microsoft Silverlight

Answered Question Connection lines between treeview itemsRSS Feed

(0)

EugeneP
EugeneP

Member

Member

2 points

7 Posts

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...

JustinAngel
JustinAngel

Contributor

Contributor

4415 points

596 Posts

Answered Question

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,
Blog @ http://silverlight.net/blogs/JustinAngel
Twitter @ http://twitter.com/JustinAngel

EugeneP
EugeneP

Member

Member

2 points

7 Posts

Re: Connection lines between treeview items

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

IAE Thanks.

netlistener
netlistener

Member

Member

10 points

5 Posts

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.

TheRealMattSlay
TheRealM...

Member

Member

6 points

19 Posts

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?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities