ios-samples/GrowRowTable
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
GrowRowTable Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots GrowRowTable Sample 2016-01-06 11:56:06 -06:00
GrowRowTable.sln GrowRowTable Sample 2016-01-06 11:56:06 -06:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md remove hashtag ios8 ios7 ios6 2019-07-24 18:49:13 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - GrowRowTable Shows the ability to create a Table View (UITableView) that can automatically grow and shrink the height of a given Row... (iOS8) sample
csharp
xamarin
tags
ios8
growrowtable

GrowRowTable

Starting with iOS 8, Apple added the ability to create a Table View (UITableView) that can automatically grow and shrink the height of a given Row based on the size of its content using Auto Layout, Size Classes and Constraints.

This sample shows how to create a Table View with Auto-Resizing Row Height.

App with variable height rows