In WPF, has anybody animated a Grid?

前端 未结 7 1885
走了就别回头了
走了就别回头了 2020-12-11 00:32

I have 2 columns in a Grid. When I click a button, I want the first column to animate to the left from it\'s current position to 0. So, in effect, it collapses and I\'m le

7条回答
  •  北海茫月
    2020-12-11 01:19

    Check out this video training link, from Todd Miranda that shows you how to animate the height of a grid control. I think you could easily make it work for your case.

提交回复
热议问题