Hi,
On Android i have a class that inherits from Label.
On the renderer i am setting SetMaxLines to 6, and on a button click i am changing it to int.Max.
However the height of the TextView in android, does not change (i can see that it has more text but its cut).
Any idea how to fix this on Android (iOS also has this problem).
All Content is inside a StackLayout at the moment