FlexGrid for WPF
GridAllowResizing 列挙体

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 : GridAllowResizing 列挙体
サイズ変更できる要素を定義する値を指定します。
シンタックス
'宣言
 
Public Enum GridAllowResizing 
   Inherits System.Enum
public enum GridAllowResizing : System.Enum 
メンバ
メンバ解説
Bothユーザーは行と列のサイズを変更できます。
Columnsユーザーは列のサイズを変更できます。
Noneグリッド要素のサイズを変更することはできません。
Rowsユーザーは行のサイズを変更できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridAllowResizing

参照

C1.WPF.Grid 名前空間