moore_it Well-Known Member Licensed User Longtime User Sep 13, 2024 #1 Hi all, when i select a tableview row the color of the row change. It's possible to set transparent the selection color ? Thanks in advice.
Hi all, when i select a tableview row the color of the row change. It's possible to set transparent the selection color ? Thanks in advice.
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2024 #2 B4X: For i = 1 To 50 Dim cell As TableCell = tv.AddSingleLine("Item #" & i) cell.ShowSelection = False Next Upvote 0
B4X: For i = 1 To 50 Dim cell As TableCell = tv.AddSingleLine("Item #" & i) cell.ShowSelection = False Next