Skip to main content

Overview

The implementation of the dock is a collection of nested splitview controls forming a gridview which is exposed as a seperate component to be used independantly.

className
className?: string
disableAutoResizing
disableAutoResizing?: boolean
hideBorders
hideBorders?: boolean
orientation
orientation: Orientation
proportionalLayout
proportionalLayout?: boolean
components
components: Record<string,React.FunctionComponent<IGridviewPanelProps<any>>>
onReady
onReady: (event: GridviewReadyEvent): void

Live Example