I'm using a custom view cell. Each list item is a ContentView
with Padding = new Thickness(10, 10, 10, 0)
. Is there a way to assign a different padding to the last item in the list? For the last item, I'd like to use Padding = new Thickness(10, 10, 10, 10)
.
↧
Set padding of last ListView item
↧