Version

ViewStyle Enumeration

Enumeration used by the UltraTree.ViewStyle property.
Syntax
'Declaration
 
Public Enum ViewStyle 
   Inherits System.Enum
public enum ViewStyle : System.Enum 
Members
MemberDescription
DefaultDefault value; actual ViewStyle is determined by other control settings.
FreeFormEmulates the look of a data grid, but provides the ability for members of the same nodes collection to display their own set of headers and/or cells.
GridEmulates the look of a data grid.
OutlookExpressEmulates the look of OutlookExpress.
StandardStandard (no columns)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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