-ms-scroll-boundary-right property

Do not use. This property has been replaced by the -ms-scroll-limit-x-max property, and is no longer recognized by Windows Internet Explorer. To ensure compatibility in the future, applications using this property should be updated accordingly. Gets or sets a value that specifies the maximum value for the scrollLeft property.

This property is read/write.

Internet Explorer 10

Syntax

-ms-scroll-boundary-right: auto | <width>

Property values

One of the following values.

  • auto
    The maximum value for the scrollLeft property is equal to scrollWidth.

  • width
    The maximum value for the scrollLeft property. If the value specified is greater than (scrollWidthwidth), then the value is set to (scrollWidthwidth).

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media visual
Inherited no
Initial Value none

See also

CSSStyleDeclaration

 

 

Send comments about this topic to Microsoft

Build date: 9/6/2012