How can I remove the line or set the line color of the PrefDialog item to transparent?
I tried set the SetColorAndBorder but no success.
I tried set the SetColorAndBorder but no success.
B4X:
PrefDialog3.CustomListView1.GetPanel(0).SetColorAndBorder(xui.Color_Transparent, 0, 0, 0)
PrefDialog3.CustomListView1.GetPanel(1).SetColorAndBorder(xui.Color_Transparent, 0, 0, 0)