AboutSupportDeveloper GuideVersion 43.140.100.54

Interface ShowViewOnWindowResizeOptions

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

interface ShowViewOnWindowResizeOptions {
    enabled?: boolean;
    paintIntervalMs?: number;
}

Properties

enabled?: boolean

Enables or disables showing views when the layout splitter or a tab is being dragged or a Platform Window is being resized.

false
paintIntervalMs?: number

Number of milliseconds to wait between view repaints.

0
""