Android Question can i use MeasureMultilineTextHeight with BBcodeView ?

Addo

Well-Known Member
Licensed User
i am using BBcodeview inside CLV i am trying to set BBCodeView Height Based on its Text Content
in labels i can do

B4X:
label1.Height = su.MeasureMultilineTextHeight(label1, label1.Text)

is there equalvent or similar way to adjust BBcodeView Height based on its text content ?
 
Top