Android Question How To Resize Panel Height

alon

Active Member
Licensed User
Longtime User
Hi,

I have a Panel which contain a lable.
now if the label contain a lot of text , i cant see much of it because of the panel height.

so my question is how can i set the panel height acorrding to the lable height.

I am using it in a ScrollView

thanks
 

alon

Active Member
Licensed User
Longtime User
ScrollView.Panel.Height = xxx
thanks , but that is not what i ment.
i will try to explain again.

the lable's height i growing acording to text in it.
and when i am trying to make the panel height to same size of the label the panel's height is too big.
 
Upvote 0
Top