c# - How to move objects (grid + contents) smoothly to a different location on the page -
on 1 of app pages, have listbox
containing various grid
s, how can move 1 of these grid
s (and it's contents) different location (the top of screen in case).
i need transition smooth, not jump 1 location another.
thanks time.
you can use storyboard in can define time interval want move grid , can select type of transition while moving... smooth.... , can start storyboard whenever want move grid ...
Comments
Post a Comment