xamarin-forms-samples/WorkingWithListview
David Britch 16fe79451c
Updated TargetPlatformVersion on UWP (#684)
2021-01-07 12:26:28 +00:00
..
Android Mass update to Forms 5.0. (#682) 2021-01-06 17:47:24 +00:00
Screenshots WinPhone screenshot removal. 2019-12-03 15:26:13 +00:00
UWP Updated TargetPlatformVersion on UWP (#684) 2021-01-07 12:26:28 +00:00
WorkingWithListview Mass update to Forms 5.0. (#682) 2021-01-06 17:47:24 +00:00
iOS Mass update to Forms 5.0. (#682) 2021-01-06 17:47:24 +00:00
README.md Add newline to end of each readme. 2020-01-06 11:42:16 +00:00
WorkingWithListview.sln Enable deploy. 2020-03-27 14:11:18 +00:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.Forms - Working with ListView These samples relate to the Working with ListView in Xamarin.Forms doc, including de-selecting the row after tapping, uneven row heights... (UI) sample
csharp
xamarin
tags
ui
workingwithlistview

Working with ListView in Xamarin.Forms

These samples relate to the Working with ListView in Xamarin.Forms doc.

Many people have questions about specific ListView features, this sample attempts to cover some of them:

  • De-selecting the row after tapping
  • Uneven row heights
  • Adding clickable buttons to cells that work on Android

See the working with ListView "native layouts" for tips on using custom renderers for cells or the entire ListView.

screenshot