'宣言
Public Function New( _ ByVal width As GridLength, _ ByVal minWidth As System.Double, _ ByVal maxWidth As System.Double, _ ByVal isVisible As System.Boolean _ )
public GridCellFactoryBase.ColumnInfo( GridLength width, System.double minWidth, System.double maxWidth, System.bool isVisible )
パラメータ
- width
- 幅
- minWidth
- 最小幅
- maxWidth
- 最大幅
- isVisible
true
に設定すると、列が表示されます。