Type alias ViewVisibilityOptions

ViewVisibilityOptions: {
    showViewsOnSplitterDrag?: ViewVisibilityOption;
    showViewsOnTabDrag?: ViewVisibilityOption;
    showViewsOnWindowResize?: ShowViewOnWindowResizeOptions;
}

Platform Windows Only. Controls behavior for showing views when they are being resized by the user.

Type declaration

  • Optional showViewsOnSplitterDrag?: ViewVisibilityOption

    Allows views to be shown when they are resized by the user dragging the splitter between layout stacks.

  • Optional showViewsOnTabDrag?: ViewVisibilityOption

    Supported on Windows Operating Systems only. Allows views to be shown when the user is dragging a tab around a layout.

  • Optional showViewsOnWindowResize?: ShowViewOnWindowResizeOptions

    Enables views to be shown when a Platform Window is being resized by the user.

Generated using TypeDoc