改变行和;代码隐藏中的列

时间:2012-02-27 07:51:37

标签: c# wpf silverlight windows-phone-7 windows-phone-7.1

我想在代码隐藏中更改事件PageOrientationChanged中更改行和列的元素(图像或用户控件)的位置。

建议?

1 个答案:

答案 0 :(得分:1)

假设uielement包含在网格中,您可以使用

Grid.SetRow(<your element>, <new row>)
Grid.SetColumn(<your element>, <new column>)