AboutSupportDeveloper GuideVersion 38.126.82.64
interface AutoResizeOptions {
    height?: boolean;
    horizontal?: boolean;
    vertical?: boolean;
    width?: boolean;
}

Properties

height?: boolean

If true, the view's height will grow and shrink together with the window. false by default.

horizontal?: boolean

If true, the view's x position and width will grow and shrink proportionally with the window. false by default.

vertical?: boolean

If true, the view's y position and height will grow and shrink proportionally with the window. false by default.

width?: boolean

If true, the view's width will grow and shrink together with the window. false by default.