Specifies how columns should be sized relative to NodeTable.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public enum SizeTypes
Visual Basic (Declaration)
Public Enumeration SizeTypes
Visual C++
public enum class SizeTypes

Members

Member nameDescription
AutoSize
The column should be automatically sized to share space with its peers.
Absolute
The column should be sized to an exact number of pixels.
Percent
The column should be sized as a percentage of the NodeTable.

See Also