Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to get the children of a ContainerNode? (Read 1693 times)
mihai
Junior Member
**
Offline



Posts: 86
Joined: Jul 29th, 2009
How to get the children of a ContainerNode?
Jul 25th, 2014 at 11:50am
Print Post  
Hi,

Is there an easy way to obtain the children of a ContainerNode? I see there is no Children property for WPF, as is for Silverlight, for example.

Thanks in advance,
-Mihai
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to get the children of a ContainerNode?
Reply #1 - Jul 25th, 2014 at 12:39pm
Print Post  
Hi,

In WPF version containers are implemented using a Group object, and you can access children via container.SubordinateGroup.AttachedNodes.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
mihai
Junior Member
**
Offline



Posts: 86
Joined: Jul 29th, 2009
Re: How to get the children of a ContainerNode?
Reply #2 - Jul 28th, 2014 at 9:02am
Print Post  
Hi Stoyan,

Thanks, it works perfectly!

Best Regards,
-Mihai
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint