ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / SelectElementWidthFix Property

In This Topic
    SelectElementWidthFix Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property SelectElementWidthFix As System.Integer
    public System.int SelectElementWidthFix {get; set;}
    Remarks
    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.
    See Also