ProxyViewContainer | API - NativeScript

Proxy view container that adds all its native children directly to the parent. To be used as a logical grouping container of views.

Summary

Constructors

constructor

Accessors

android

ios

isLayoutRequested

get isLayoutRequested(): boolean

Methods

_addViewToNativeVisualTree

_addViewToNativeVisualTree(child: View, atIndex?: number): boolean

_changedLayoutProperty

_changedLayoutProperty(propName: string, value: string): void

Layout property changed, proxy the new value to the child view(s)

_eachLayoutView

_eachLayoutView(callback: (View: any) => void): void

_getNativeViewsCount

_getNativeViewsCount(): number

_parentChanged

_parentChanged(oldParent: View): void

_registerLayoutChild

_registerLayoutChild(child: View): void

_removeViewFromNativeVisualTree

_removeViewFromNativeVisualTree(child: View): void

_setupUI

_setupUI(context: any, atIndex?: number, parentIsLoaded?: boolean): void

_tearDownUI

_tearDownUI(force?: boolean): void

_unregisterLayoutChild

_unregisterLayoutChild(child: View): void

createNativeView

Previous
Property

Next
Repeater