Wish [B4X] CustomListView - border

LucaMs

Expert
Licensed User
Longtime User
I think you are looking for this:
I'm referring to the border, the rectangle that surrounds the CLV (in B4J, I haven't tried with B4A and B4i), which you often don't want.

1716305072578.png
 

aeric

Expert
Licensed User
Longtime User
Use a transparent color.

B4X:
CallSubDelayed3(Me,"SetScrollPaneBackgroundColor", CLV, xui.Color_Transparent)

1716305717186.png

Left side CLV has no border. The top right is a CLV with border.
 

LucaMs

Expert
Licensed User
Longtime User
Use a transparent color.

B4X:
CallSubDelayed3(Me,"SetScrollPaneBackgroundColor", CLV, xui.Color_Transparent)

View attachment 153933
Left side CLV has no border. The top right is a CLV with border.

I'm not looking for how to do it, otherwise I would have asked a question in the appropriate forum.
It's the request to have the ability to set this in the Designer (and I forgot to specify B4X in the title, which I do now).
 
Top