MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / layout

Method layout

src/components/GridView/RNGridView.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 childRows: Array<DataWithOffset<RNGridRow>> = [];
80
81 layout(): QGridLayout | null {
82 return super.layout() as any;
83 }
84
85 setLayout(layout: QGridLayout): void {
86 super.setLayout(layout);

Callers 8

setPropsMethod · 0.95
appendChildMethod · 0.95
horizontalSpacingFunction · 0.45
verticalSpacingFunction · 0.45
columnPropsFunction · 0.45
rowPropsFunction · 0.45
setGridColumnPropsFunction · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected