I'm using a textbox to have the user input a search criteria. The app then searches a file and populates the listview with all the items it found matching that criteria. For some reason any item that is more than two lines displays the black bars shown in the screenshot.
The color of those black bars is determined by listview.sv.color, but I can't simply change its value since it determines the divider.
This is not xCustomListView as I'm using an older version of B4A (7.01) and when I tried to use it if I recall correctly it required some features not present in this version.
How can I fix this? I've been completely unable to replicate this behaviour in a smaller project, no matter how similar I make the conditions. It also seems to happen randomly sometimes with some listviews I have separated using TabStripViewPager, within the same app.
The color of those black bars is determined by listview.sv.color, but I can't simply change its value since it determines the divider.
This is not xCustomListView as I'm using an older version of B4A (7.01) and when I tried to use it if I recall correctly it required some features not present in this version.
How can I fix this? I've been completely unable to replicate this behaviour in a smaller project, no matter how similar I make the conditions. It also seems to happen randomly sometimes with some listviews I have separated using TabStripViewPager, within the same app.
Attachments
Last edited: