Hi
Im having a TextCell in a Listview which have a standard indentation to the left, and I would like to remove this.
Through a custom renderer of the TextCell, I've managed to set the SeperatorInset = 0 (was 15) which fixed the separator line, but how can i move the rest of the content back to zero?
If I change the TextCell to a ViewCell, it dissapears, so I'm fairly sure the indentation is something that happens on the cell (?)