B4J Question B4XListTemplate

Guenter Becker

Active Member
Licensed User
Hello to you, hope you are well.


I need some help to get the dark gray background of the list to white. Example snipped is welcome. Thankyou.
This does not work:
'lt=B4XListTemplate for B4XDialog
lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip)
lt.sv.
lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip)
lt.CustomListView1.GetPanel(x).Color = xui.color_white
 
Last edited:

teddybear

Well-Known Member
Licensed User
I don't know what the lt is, you can try this

B4X:
lt.CustomListView1.sv.Color=XUI.Color_White
 
Upvote 0

Guenter Becker

Active Member
Licensed User
I don't know what the lt is, you can try this

B4X:
lt.CustomListView1.sv.Color=XUI.Color_White
Sorry update the post
lt = B4XListTemplate for a B4XDialog
 
Upvote 0

Guenter Becker

Active Member
Licensed User
Sorry update the post
lt = B4XListTemplate for a B4XDialog
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…