B4J Question B4XListTemplate

Guenter Becker

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

java_IsN6wQmxFP.png

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
B4XListTemplate (title of this thread).

I tried:
B4X:
lt.CustomListView1.sv.ScrollViewInnerPanel.Color = xui.Color_White
but that is not the property involved.
I'll have to "unmount" the library.
The issue could also concern B4XDialog, rather than B4XListTemplate.

[Erel knows 😊 ]
Sorry update the post
lt = B4XListTemplate for a B4XDialog
 
Upvote 0
Top