Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Objects inside nodes being Mirrored (Read 1149 times)
larryBrown
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Jun 15th, 2010
Objects inside nodes being Mirrored
Jun 15th, 2010 at 12:40pm
Print Post  
Hi,

Im using MindFusion WpfDiagram 2.1.2 and I have the following problem:

My nodes and all the controls/texts inside of them are getting mirrored... I use the DiagramNodeAdapter and slip into the UIElement property the control which represents the node. Ive noticed that if i set the Constraints.DisableMirroring = true on the root
and false on all the others then the mirroring doesnt happen... Can you please explain what is causing this behaviour ?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Objects inside nodes being Mirrored
Reply #1 - Jun 15th, 2010 at 1:10pm
Print Post  
Hi,

Are you setting the FrameworkElement.FlowDirection property anywhere in you code? If you set it to RightToLeft on a panel, all its descendants will inherit the value. The Constraints property should not have anything to do with this.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint