【发布时间】:2013-06-20 08:17:30
【问题描述】:
我正在寻找一些方法来通过Storyboard 中定义的动画来更改网格列的宽度(或行的高度)。我已经找到了一些针对 WPF 应用程序的解决方案,但它们在 Windows 应用商店编程的情况下都是无用的,例如:
Grid Column changing Width when animating
how to change the height of a grid row in wpf using storyboard
http://www.codeproject.com/Articles/18379/WPF-Tutorial-Part-2-Writing-a-custom-animation-cla
这样的结果是否可以通过创建自定义类来获得,从 Timeline 继承?如果是这样,应该覆盖哪些组件才能正确实施?
【问题讨论】:
标签: grid storyboard windows-store-apps timeline