Android Question xCustomListView Divider

mscientist33

Active Member
Licensed User
No matter what the settings I set in the designer, I still do not see a divider between my items in my xCustomListView. Is there a trick to this?
 

mangojack

Well-Known Member
Licensed User
Longtime User
Obviously you have the divider height property set > 0

Check that the Divider Color is Not set to Transparent.

Failing that upload a small sample project that displays the issue.

Edit: Just to add ... the Divider is the CLV / Scrollview background color. If there is any undesired color between item/row views,
you can place all the views on a (correctly colored) Panel first , resulting in just a divider line between clv rows.
 
Last edited:
Upvote 0
Top