Android Question Scrollview with various row height?

Yves Mazzon

Member
Licensed User
Longtime User
Hi, I want to write a help for my app and thought I should use scroll view with two columns and about 12 rows. In each rows will be some text of different lengths. My question is can I set the each individual rows to suite the number of lines of my text? Many thanks.
Regards, everyone
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
I think that a CustomListView might be more suitable for this.
 
Upvote 0
Top