I have a vertical StackLayout with some views. When i try to animate (LayoutTo) a view's height to 0 to make it collapse i get an empty space in it's place. If i set collapsed view's IsVisible to false this space is used by lower views (they go up). Is there a way to make all subsequent views in stacklayout to continuously occupy space as it it is being freed by an animaiton?
What i essentially ask for : is there a way to fire layout cycle for each animation tick?
↧
Animating view's height create empty space in StackLayout.
↧