Didier9 Well-Known Member Licensed User Longtime User Jul 14, 2018 #1 I think the title says all. I know I can do that in the designer, but I prefer to add the listview programmatically for this project. TIA
I think the title says all. I know I can do that in the designer, but I prefer to add the listview programmatically for this project. TIA
Didier9 Well-Known Member Licensed User Longtime User Jul 14, 2018 #2 Didier9 said: I think the title says all. I know I can do that in the designer, but I prefer to add the listview programmatically for this project. TIA Click to expand... OK, I found the answer: use ARGB as in B4X: ListView1.Color = Colors.ARGB( 255, 70, 70, 70 ) Upvote 0
Didier9 said: I think the title says all. I know I can do that in the designer, but I prefer to add the listview programmatically for this project. TIA Click to expand... OK, I found the answer: use ARGB as in B4X: ListView1.Color = Colors.ARGB( 255, 70, 70, 70 )