ScrollInfo#
Added in version 4.12.
- class ScrollInfo(**kwargs)#
Provides detailed information on how a scroll operation should be performed.
Scrolling functions usually allow passing a NULL scroll info which will
cause the default values to be used and just scroll the element into view.
Constructors#
- class ScrollInfo
- classmethod new() ScrollInfo#
Creates a new scroll info for scrolling an element into view.
Added in version 4.12.