DataGridViewCell.Resizable プロパティ

定義

セルのサイズを変更できるかどうかを示す値を取得します。

public:
 virtual property bool Resizable { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Resizable { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Resizable : bool
Public Overridable ReadOnly Property Resizable As Boolean

プロパティ値

Boolean

セルのサイズを変更できる場合は true。それ以外の場合は false

属性

注釈

プロパティの Resizable 値は、セルの親行または列によって設定されます。

適用対象

こちらもご覧ください