'宣言 Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
'宣言 Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
メンバ | 解説 |
---|---|
Both | ユーザーはマウスで行と列をサイズ変更できます。 |
Columns | ユーザーはマウスで列をサイズ変更できます。 |
None | マウスでサイズ変更できるグリッド要素はありません。 |
Rows | ユーザーはマウスで行をサイズ変更できます。 |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.AllowResizing