FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > FpCombo クラス : ListWidth プロパティ |
'Declaration Public Property ListWidth As Integer
'使用法 Dim instance As FpCombo Dim value As Integer instance.ListWidth = value value = instance.ListWidth
public int ListWidth {get; set;}
これは、ドロップダウンリストの幅を設定します。
設定 | 説明 |
---|---|
0 | 最も幅の広い項目:リストは最も幅の広い項目の幅になります。 |
-1 | セル幅:リストはセルの幅になります。 |
n | ピクセル幅:nは任意の正の整数です。リストはnピクセルの幅になります。 |