B4J Question [XUI / Cross Platform] CustomListView change unused area color?

LWGShane

Well-Known Member
Licensed User
Longtime User
In the attached image, how do I programmatically change the unused area (the red circled white area) of CustomListView?
 

Attachments

  • 1702132661867.png
    1702132661867.png
    47.2 KB · Views: 70

mangojack

Well-Known Member
Licensed User
Longtime User
In the attached image, how do I programmatically change the unused area (the red circled white area) of CustomListView?


B4X:
XUIViewsUtils.AddStubToCLVIfNeeded(CustomListView1,xui.Color_Green)

ps:
XUIViewsUtils is included in the XUIViews lib
 
Last edited:
Upvote 1

LWGShane

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top