scrollTop property

int? scrollTop

Get the current vertical position of the scroll bar for the first element

  • in this collection.

Implementation

int? get scrollTop;
void scrollTop=(int? value)

Set the current vertical position of the scroll bar for all elements

  • in this collection.

Implementation

void set scrollTop(int? value);