开发者

Window Minimize/Maximize animations

开发者 https://www.devze.com 2023-01-24 13:49 出处:网络
Lets say I have a con开发者_运维百科tent region that can hold viewmodels/views implementing a certain interface.

Lets say I have a con开发者_运维百科tent region that can hold viewmodels/views implementing a certain interface.

Now I want to build something that looks like the windows task field thing. You can have several windows open. And if you Minimize one, I want the window to shrink and "fly" down to the task-pane. Just like when you minimize a window in Windows.

And ofc I want it to have a reverse animation again when you re-open it.

Is there any easy way to do this? (Using MVVMpattern if possible, if not, other solutions will have to do.)

Cheers, E

0

精彩评论

暂无评论...
验证码 换一张
取 消