Settings TranslateX or Canvas.SetLeft Property programmatically in Silverlight

Posted by user275561 on Stack Overflow See other posts from Stack Overflow or by user275561
Published on 2010-04-02T01:41:42Z Indexed on 2010/04/02 1:43 UTC
Read the original article Hit count: 545

Filed under:
|
|

So when I do something in blend like Left = 100, It aligns to where i want it. But when I do that in code behind such as Canvas.SetLeft(panel_I_Want_to_Move,100) the panel doesnt go where i want it to go. It just over shoots. So what could be the problem. alt text

Blend

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about wpf