Settings TranslateX or Canvas.SetLeft Property programmatically in Silverlight
- by user275561
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.