バージョン

LayoutSizing 列挙体

UltraTreeColumnSet.AllowCellSizing プロパティと UltraTreeNodeLayoutInfo.AllowLabelSizing プロパティによって使用される列挙体。
シンタックス
'宣言
 
Public Enum LayoutSizing 
   Inherits System.Enum
public enum LayoutSizing : System.Enum 
メンバ
メンバ解説
Both垂直方向と水平方向の両方のサイズ変更ができます。
Defaultデフォルト - AllowColSizingプロパティが使用されます。
Horizontal水平方向のみサイズ変更できます。
Noneサイズ変更はできません。
Vertical垂直方向のみサイズ変更できます。
参照