FlexGrid for WPF
AllowResizing 列挙体

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 : AllowResizing 列挙体
どのグリッド要素をマウスでサイズ変更できるかを定義します。
シンタックス
'宣言
 
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

参照

参照

C1.WPF.FlexGrid 名前空間