SplitGroup Constructors
A WindowsUI View container that displays all its Documents simultaneously, arranging them in a single row or column without a scroll bar. End-users can resize Documents at runtime by dragging split bars.Name | Parameters | Description |
---|---|---|
SplitGroup() | none | Initializes a new instance of the SplitGroup class with the default settings. |
SplitGroup(ISplitGroupProperties) | defaultProperties | Initializes a new instance of the SplitGroup class with custom settings. |
SplitGroup(IContainer) | container | Initializes a new instance of the SplitGroup class with the specified container. |
See Also