wpf 界面平级之间设置上下顺序关系(ZIndex)

时间:2015-07-15 12:31:25   收藏:0   阅读:1497

只能用于平级之间设置上下顺序


                    this.grid1.SetValue(Grid.ZIndexProperty, 9999);
                    Panel.SetZIndex(this.mapContent, 9999);
                    Panel.SetZIndex(this.grid1, 9999);

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!