In the beginning there is only one image covering the whole screen. Now I want a label to come from the bottom of the sreen and displace the image as much as necessary to display the whole textbox.
I tried it with a stacklayout and setting IsVisible to false/true, scaleTo(0)/scaleTo(1) and LayoutTo(). But the stacklayout didn't resize the image and just left a empty space at the bottom.
Is it possible to have such a behaviour? Best would be with a smooth moving animation.