How do I bring an item to the front in wpf?

前端 未结 4 449
闹比i
闹比i 2021-01-17 09:43

I simply have two grid on top of one another. Given one state of the world, I want grid A to be on top, given another state of the world, I want grid B to be on top. In the

4条回答
  •  滥情空心
    2021-01-17 10:12

    You can use the Panel.ZIndex property to change the display order of elements in a panel

提交回复
热议问题