iOS Question Change TableView color

Alessandra Pellegri

Active Member
Licensed User
Longtime User
Changing Tableview.Color change just empty cells.
When a cell is written its background becomes white.

In the tutorial there is not the solution.

How may I do ?

Thank you
 

Alessandra Pellegri

Active Member
Licensed User
Longtime User
Just a single cell.
I'd like to have the same color for empty cells and full cells. But at the moment if I put for example:
Tableview.Color=Colors.Yellow
The tableview becomes yellow, but when I write something in a cell it becomes white.
 
Upvote 0

Alessandra Pellegri

Active Member
Licensed User
Longtime User
I am already using CustomCells because I need the LongClick event but with it I cannot make the cell transparent. It is like a panel applied on the cell. If the Cell is white and the Panel is transparent I see white.
 
Upvote 0
Top