-ms-scroll-limit-y-max property

4 out of 5 rated this helpful - Rate this topic

Specifies the maximum value for the scrollTop property.

This property is read/write.

Syntax

-ms-scroll-limit-y-max: auto | <length>

Property values

One of the following values.

auto

The maximum value for the scrollTop property is equal to scrollHeight.

length

The maximum value for the scrollTop property.

CSS information

Applies Tonon-replaced block-level elements and non-replaced inline-block elements
Mediainteractive
Inheritedno
Initial Value0

Remarks

This property has no effect on non-scrollable elements.

The specified behavior of the -ms-scroll-limit-y-max property is only applicable at a msContentZoomFactor of 1; the behavior of this property is undefined at other zoom factors.

See also

CSSStyleDeclaration
Windows Store apps using JavaScript Samples: HTML scrolling, panning and zooming sample
Internet Explorer Samples: Scrolling, panning, and zooming with touch input

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.