ListView issues

devlei

Active Member
Licensed User
Longtime User
I had a similar problem and found a previous post that explains it in more detail, but you need to use:
listview1.scrollingbackground = colors.transparent
 
Upvote 0
Top