AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AutoResizeOptions

    interface AutoResizeOptions {
        height?: boolean;
        horizontal?: boolean;
        vertical?: boolean;
        width?: boolean;
    }
    Index
    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.