Version

CollapsedDirection Property

Gets sets the location of a button on a splitter bar which allows to collapse or expand this pane.
Syntax
'Declaration
 
Public Property CollapsedDirection As CollapseDirection
public CollapseDirection CollapsedDirection {get; set;}
Remarks
If this is the first pane in the Panes collection of the WebSplitter and that property is set to NextPane, then the PreviousPane value is used.
If this is the last pane in the Panes collection of the WebSplitter and that property is set to PreviousPane, then the NextPane value is used.
If this is the only pane in the Panes collection of the WebSplitter, then that property has no effect.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also