Z zetadan Member Licensed User Longtime User May 18, 2014 #1 I use a modified version of the code from Erel's example (linked below) and it works great. I would like to know what causes the separating lines to appear between the list items. Is this a panel property? http://www.b4x.com/android/forum/th...xible-list-based-on-scrollview.19567/#content Does anyone know why? Dan
I use a modified version of the code from Erel's example (linked below) and it works great. I would like to know what causes the separating lines to appear between the list items. Is this a panel property? http://www.b4x.com/android/forum/th...xible-list-based-on-scrollview.19567/#content Does anyone know why? Dan
Erel B4X founder Staff member Licensed User Longtime User May 18, 2014 #2 There is a small gap between the panels. So the lines you see are actually the background (credit goes to Klaus for this solution). Upvote 0
There is a small gap between the panels. So the lines you see are actually the background (credit goes to Klaus for this solution).
Z zetadan Member Licensed User Longtime User May 18, 2014 #3 Thanks Erel and thanks go to Klaus as well. Upvote 0
Z zetadan Member Licensed User Longtime User May 18, 2014 #4 Where is the background color set in the example? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 18, 2014 #5 This line in CustomListView.Initialize: B4X: sv.Color = 0xFFD9D7DE 'this sets the dividers color Upvote 0