HttpCapabilitiesBase.HidesRightAlignedMultiselectScrollbars Property
.NET Framework (current version)
Gets a value indicating whether the scrollbar of an HTML <select multiple> element with an align attribute value of right is obscured upon rendering.
Assembly: System.Web (in System.Web.dll)
abstract HidesRightAlignedMultiselectScrollbars : bool with get override HidesRightAlignedMultiselectScrollbars : bool with get
Property Value
Type: System.Booleantrue if the scrollbar of an HTML <select multiple> element with an align attribute value of right is obscured upon rendering; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: