mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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;
|
var layout = <LayoutBase>data.object;
|
||||||
layout.onClipToBoundsChanged(data.oldValue, data.newValue);
|
layout.onClipToBoundsChanged(data.oldValue, data.newValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user