I have ListView with custom ItemTemplate which contains the Image. ListView placed in center of Grid. Need to animate Image move to the right Grid corner when I click on "+" button.
I know that I can animate move with "LayoutTo" method. That's fine. But it work within the layout (ItemTemplate) range and I can't move it to the right corner of Grid
↧
How can I create animation for ListView item?
↧