Android Question Customized CLVTree

Chris Guanzon

Active Member
Licensed User
Longtime User
Hello everyone,

Is CLVTree can be customized? Like add/put the caret arrow to the right or change the caret arrow, add image, change background color, change text color, change font size, etc.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User

ke add/put the caret arrow to the right or change the caret arrow
No.
add image
Yes. You set the image when you add the item. You can also change it later.

change background color
Yes:
B4X:
CustomListView1.DefaultTextBackgroundColor = xui.Color_White

change text color, change font size,
Yes: either with the designer or with CSBuilder, as demonstrated in the example.
 
Upvote 0
Top