Showing posts with label ListView. Show all posts
Showing posts with label ListView. Show all posts

Saturday, 13 October 2018

How to change ListView SelectedItem Bg Color in Xamarin.Forms

Introduction

This article describes how we can change ListView SelectedItem bg color in Xamarin.Forms. Sometimes we may need to set different bg color for ListView selected item, So in this article, we can learn how to achieve this functionality using CustomRenderer.

Friday, 1 June 2018

Xamarin.Forms: How to hide extra separator lines in ListView

Introduction

In this article we will learn how to remove extra iOS ListView separator lines in Xamarin.Forms.