ComboBox for ASP.NET Web Forms
SelectElementWidthFix プロパティ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBox クラス : SelectElementWidthFix プロパティ
/// A value that specifies the index of the item to select when using single mode. /// If the selectionMode is "multiple", then this option could be set /// to an array of Number which contains the indices of the items to select. /// Default: -1. /// Type: Number/Array. /// A value added to the width of the target select element to account for the scroll bar width of superpanel. Default: 6. Type: Number. Unit for this value is pixel. Because the width of the scroll bar may be different between browsers if wijcombobox is initialized with the width of the HTML select element, the text may be hidden by the scroll bar of wijcombobox.
シンタックス
'宣言
 
Public Property SelectElementWidthFix As System.Integer
public System.int SelectElementWidthFix {get; set;}
解説
/// If no item is selected, it will return -1. /// Unit for this value is pixel. Because the width of the scroll bar may be different between browsers if wijcombobox is initialized with the width of the HTML select element, the text may be hidden by the scroll bar of wijcombobox.
参照

C1ComboBox クラス
C1ComboBox メンバ