SMART datagrid v.1 > Classes > ListCellEditor

Back  Forward

DataLudi.ListCellEditor.dropDownWidth  property

リストボックスの幅を決定するヒントの値。 0より小さい値であれば編集中のデータセルの幅に合わせる。 0なら計算されたリストボックスの幅をそのまま使う。 0以上ならこのプロパティーの値をリストボックスの幅に使う。 どんな場合にもできる限り表示中の項目たちが全部見えるようにする。 

デフォルト値は-1.

Getter
function dropDownWidth(): Integer
Setter
function setDropDownWidth(value: Integer)
See Also
dropDownCount
dropDownPosition
Examples
DropDown Cell Editor