mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Layout child API extensions
- Layout.insertChild(atIndex, child) - Layout.getChildIndex(child): number
This commit is contained in:
@ -112,4 +112,4 @@ export class LayoutBase extends view.CustomLayoutView implements definition.Layo
|
||||
var layout = <LayoutBase>data.object;
|
||||
layout.onClipToBoundsChanged(data.oldValue, data.newValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user