Specifies how columns should be sized relative to NodeTable.
Namespace:
AltaVim.WinFormsAssembly: 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 name | Description | |
|---|---|---|
| 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.
|