Hi everybody!
After having searched and tried I haven't find a solution.
My aim is to change the border color (at run time) to a CustomListView. Not to single item o to single panel but to the entire CustomListView.
In B4J this is not an issue. This code
works perfectly.
In B4A the border disappear at the level of each item (it seems "sent to back").
I've tried checking both XUI Views library and xCustomListView library (I've not well understood why "CustomListView" view is available also with only XUI View but I'll open another thread for this).
Thanks!
After having searched and tried I haven't find a solution.
My aim is to change the border color (at run time) to a CustomListView. Not to single item o to single panel but to the entire CustomListView.
In B4J this is not an issue. This code
B4X:
clv.sv.SetColorAndBorder(xui.Color_DarkGray, 5dip, xui.Color_Green, 5dip)
In B4A the border disappear at the level of each item (it seems "sent to back").
I've tried checking both XUI Views library and xCustomListView library (I've not well understood why "CustomListView" view is available also with only XUI View but I'll open another thread for this).
Thanks!