mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
feat(ios-list-view): introduce iosEstimatedRowHeight property. (#5568)
* feat(ios-list-view): introduce iosEstimatedRowHeight property. * chore(ui-tests-app): add test for auto measured ListView.
This commit is contained in:

committed by
GitHub

parent
0012bfd4d8
commit
52c044891e
@ -51,5 +51,15 @@
|
||||
</ListView>
|
||||
</StackLayout>
|
||||
|
||||
<StackLayout class="p-10" row="3">
|
||||
<Label text="ios-estimated-row-height" class="body m-b-10" />
|
||||
<ListView items="{{ $value }}" iosEstimatedRowHeight="0">
|
||||
<ListView.itemTemplate>
|
||||
<Label text="{{ $value }}" />
|
||||
</ListView.itemTemplate>
|
||||
</ListView>
|
||||
<Label text="after-auto-estimated-height" class="body m-b-10" />
|
||||
</StackLayout>
|
||||
|
||||
</StackLayout>
|
||||
</Page>
|
Reference in New Issue
Block a user