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
components
components: Record<string,React.FunctionComponent<IGridviewPanelProps<any>>>
disableAutoResizing
disableAutoResizing?: boolean
hideBorders
hideBorders?: boolean
onReady
onReady: (event: GridviewReadyEvent): void
orientation
orientation?: Orientation.VERTICAL | Orientation.HORIZONTAL
proportionalLayout
proportionalLayout?: boolean

Live Example