Animate window height without affecting layout?
-
I need to animate a notification window's height from zero to actual height. But need to do it without having the layout change during animation - layout should assume original height from the start - so controls don't move during animation.
How is that do-able?
-
I need to animate a notification window's height from zero to actual height. But need to do it without having the layout change during animation - layout should assume original height from the start - so controls don't move during animation.
How is that do-able?
Hi,
From the top of my head, one possible way is to have your "main widget" as a child of a container widget. You then apply the animation to that container.
-
Hi,
From the top of my head, one possible way is to have your "main widget" as a child of a container widget. You then apply the animation to that container.
-
T Taytoo has marked this topic as solved on