Greetings
I am trying to use a ScrollView; with a label inside of it. The problem is that the label has a huge text. so, I use the:
ScrollView.contentHeight ='auto' ;And it works just fine on the emulator, but on real device it does not scroll.
Anyone has any method to make the scrollview scrollable?
Thanks