KryptonWorkspaceApplyGridPages Method (Boolean, Orientation) |
Move each page into its own cell and arrange then in a square like grid.
Namespace:
Internal.ComponentFactory.Krypton.Workspace
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void ApplyGridPages(
bool createCellIfNoPages,
Orientation rootOrientation
)
Parameters
- createCellIfNoPages
- Type: SystemBoolean
If there are no pages found should a new root cell be created. - rootOrientation
- Type: System.Windows.FormsOrientation
Orientation of the root sequence. Vertical creates a list of rows; Horizontal a list of columns.
See Also