Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChartLayout not working with container nodes (Read 1420 times)
mary
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Aug 13th, 2009
FlowChartLayout not working with container nodes
Aug 13th, 2009 at 4:33pm
Print Post  
I am currently evaluating your controls for use in our product and have a few problems with control
1.  Delete does not appear to work at all (on nodes or links)
2 . Flowchart Layout arrange ignores children of the container nodes and puts them at the of the chart

Are there workarounds for these problems?

Thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartLayout not working with container nod
Reply #1 - Aug 13th, 2009 at 6:04pm
Print Post  
Hi,

1. DiagramLite does not handle Del automatically. You could call diagram.Items.Remove(diagram.ActiveItem) in response to e KeyDown event.

2. Try running it with the KeepGroupLayout property enabled.

I hope that helps,
Stoyan
« Last Edit: Aug 13th, 2009 at 8:18pm by Stoyo »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint