-ms-scroll-limit-x-min property
Specifies the minimum value for the scrollLeft property. This property has no effect on non-scrollable elements.
This property is read/write.
Syntax
-ms-scroll-limit-x-min: <length>
Property values
The following value.
- length
The minimum value for the scrollLeft property. If the value is negative, then "0" is used.
CSS information
Applies To | non-replaced block-level elements and non-replaced inline-block elements |
Media | interactive |
Inherited | no |
Initial Value | 0 |
Remarks
The specified behavior of the -ms-scroll-limit-x-min property is only applicable at a msContentZoomFactor of 1; the behavior of this property is undefined at other zoom factors.
This property requires Windows 8 or later.
See also
Windows apps using JavaScript Samples: HTML scrolling, panning and zooming sample
Internet Explorer Samples: Scrolling, panning, and zooming with touch input