Is there a way to make the background transparent for a list box or Tree?
I have tried the code below, but it just comes out as a black background
I have tried the code below, but it just comes out as a black background
Code:
ListBox.SetProperties("ListBox1", {BackgroundColor = -1} )