Version

CollapseDirection Enumeration

Specifies the direction in which a Pane will collapse when clicked to collapse
Syntax
'Declaration
 
Public Enum CollapseDirection 
   Inherits System.Enum
public enum CollapseDirection : System.Enum 
Members
MemberDescription
NextPanePane collapses to the next pane
NonePane is not collapsable
PreviousPanePane collapses to the previous pane
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