File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
apps/app/ui-tests-app/list-view
tns-core-modules/ui/list-view Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 51
51
</ListView >
52
52
</StackLayout >
53
53
54
+ <StackLayout class =" p-10" row =" 3" >
55
+ <Label text =" ios-estimated-row-height" class =" body m-b-10" />
56
+ <ListView items =" {{ $value }}" iosEstimatedRowHeight =" 0" >
57
+ <ListView .itemTemplate>
58
+ <Label text =" {{ $value }}" />
59
+ </ListView .itemTemplate>
60
+ </ListView >
61
+ <Label text =" after-auto-estimated-height" class =" body m-b-10" />
62
+ </StackLayout >
63
+
54
64
</StackLayout >
55
65
</Page >
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ export class ListView extends ListViewBase {
340
340
return height ;
341
341
}
342
342
343
- return this . ios . estimatedRowHeight ;
343
+ return this . _ios . estimatedRowHeight ;
344
344
}
345
345
346
346
public _prepareCell ( cell : ListViewCell , indexPath : NSIndexPath ) : number {
You can’t perform that action at this time.
0 commit comments