We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ce933 commit 481ea3cCopy full SHA for 481ea3c
src/collectionview/index.ios.ts
@@ -435,8 +435,8 @@ export class CollectionView extends CollectionViewBase {
435
} else {
436
layoutView.estimatedItemSize = CGSizeMake(Utils.layout.toDeviceIndependentPixels(this._effectiveColWidth), Utils.layout.toDeviceIndependentPixels(this._effectiveRowHeight));
437
}
438
+ layoutView.invalidateLayout();
439
- layoutView.invalidateLayout();
440
441
442
_onRowHeightPropertyChanged(oldValue, newValue) {
0 commit comments