GcListBoxColumnWidth プロパティ
|
コントロールのカラムの標準幅または自動サイズ設定モードを取得または設定します。これは依存関係プロパティです。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public ListBoxLength ColumnWidth { get; set; }
Public Property ColumnWidth As ListBoxLength
Get
Set
プロパティ値
型:
ListBoxLengthGcListBox のカラムの標準幅または自動サイズ設定モードを表す構造体。既定値は
SizeToHeader です。
関連項目