Eme Fibonacci Well-Known Member Licensed User Longtime User Oct 3, 2018 #1 I want a gray background in my xCustomListView. Each item should a white background (rounded border). So it´s possible see the xCustomListView gray background at corners. Should I change the xCustomListView class? How to deal with the "Pressed" color effect? I'm lost. Thank you.
I want a gray background in my xCustomListView. Each item should a white background (rounded border). So it´s possible see the xCustomListView gray background at corners. Should I change the xCustomListView class? How to deal with the "Pressed" color effect? I'm lost. Thank you.
Peter Simpson Expert Licensed User Longtime User Oct 3, 2018 #2 Eme look in the designer, from memory I think the parameter is in there. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 3, 2018 #3 Set the divider color to gray. The divider color is the same as the background color. Upvote 0
Eme Fibonacci Well-Known Member Licensed User Longtime User Oct 3, 2018 #4 Maybe I didn't explain what I need. I would like to put a background in each cell (maybe a gradiente or solid color with rounded borders) I can just add a panel to cell layout but the "pressed" effect would be overlaped. Upvote 0
Maybe I didn't explain what I need. I would like to put a background in each cell (maybe a gradiente or solid color with rounded borders) I can just add a panel to cell layout but the "pressed" effect would be overlaped.
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2018 #5 You can make the pressed color transparent. Upvote 0