Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic TabbedDiagramView (Read 1814 times)
Sabrina C.
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 35
Joined: Dec 20th, 2012
TabbedDiagramView
Mar 14th, 2013 at 8:55am
Print Post  
Hi,

we are not able to select nodes or links outside the diagram bounds.

Is there any setting or way to allow the selection of objects by starting a selection in the area of the tabbeddiagramview outside the diagram bounds?

Bye Agus.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TabbedDiagramView
Reply #1 - Mar 14th, 2013 at 11:18am
Print Post  
Hi,

That area is not part of the control and the Diagram object does not receive mouse events raised there, so the only way to allow selection is to set larger Bounds or call diagram.ResizeToFitItems. You could also set ClipToBounds to prevent items outside of the diagram area from being shown. If you are specifically looking for an effect where a part of the diagram background is drawn in one color and another part in a different color, you can handle the DrawBackground event to achieve that.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint