Android Question How can I use different fonts in rows with xCustomListView ?

Solution
There are many ways.
You can always create items with any layouts you like, however you can also use AddTextItem and pass CSBuilder.

Another option is to set the Typeface of clv.DesignerLabel right before you add a new item.

Erel

B4X founder
Staff member
Licensed User
Longtime User
There are many ways.
You can always create items with any layouts you like, however you can also use AddTextItem and pass CSBuilder.

Another option is to set the Typeface of clv.DesignerLabel right before you add a new item.
 
Upvote 0
Solution
Top