MCPcopy Create free account
hub / github.com/NativeScript/NativeScript / setHeight

Method setHeight

packages/core/ui/list-view/index.ios.ts:702–704  ·  view source on GitHub ↗
(index: number, value: number)

Source from the content-addressed store, hash-verified

700 }
701
702 public setHeight(index: number, value: number): void {
703 this._heights[index] = value;
704 }
705
706 public _onRowHeightPropertyChanged(oldValue: CoreTypes.LengthType, newValue: CoreTypes.LengthType) {
707 const value = layout.toDeviceIndependentPixels(this._effectiveRowHeight);

Callers 1

_layoutCellMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected