SPREAD for WPF 3.0J - GcSpreadSheet
ListBoxLength 構造体
メンバ 

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 : ListBoxLength 構造体
GcListBox コントロール内の要素の長さを表します。
オブジェクト モデル
ListBoxLength 構造体
シンタックス
'宣言
 
Public Structure ListBoxLength 
   Inherits System.ValueType
public struct ListBoxLength : System.ValueType 
解説
XAML 値

Auto

Auto によるサイズ変更を可能にするリテラル文字列値。セルと列ヘッダの両方の内容に基づいて GcListBox 列のサイズが変更されます。

SizeToHeader

SizeToHeader によるサイズ変更を可能にするリテラル文字列値。列ヘッダのみの内容に基づいて GcListBox 列のサイズが変更されます。

SizeToSubItems

SizeToSubItems によるサイズ変更を可能にするリテラル文字列値。列ヘッダを除く列のセルの内容に基づいて GcListBox 列のサイズが変更されます。

*

幅が残りのスペースの加重比率であることを示すリテラル文字列値。

継承階層

System.Object
   System.ValueType
      GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLength

参照

ListBoxLength メンバ
GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間