property scrollLeft

(r/w) int32 scrollLeft;

Typ

Zugriff

This property sets and gets the horizontal scroll offset of the document. This is an easy way of setting just the horizontal portion without the need of calling scrollTo with both vertical and horizontal parameters. This property can also be used to read the horizontal scroll offset.

See scrollHeight for an usage example.