TrinaGridScrollController class
This is a class for handling horizontal and vertical scrolling of columns and rows of TrinaGrid.
Constructors
- TrinaGridScrollController.new({LinkedScrollControllerGroup? vertical, LinkedScrollControllerGroup? horizontal})
Properties
- bodyRowsHorizontal → ScrollController?
-
no setter
- bodyRowsVertical → ScrollController?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontal ↔ LinkedScrollControllerGroup?
-
getter/setter pair
- horizontalOffset → double
-
no setter
- maxScrollHorizontal → double
-
no setter
- maxScrollVertical → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vertical ↔ LinkedScrollControllerGroup?
-
getter/setter pair
- verticalOffset → double
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBodyRowsHorizontal(
ScrollController? scrollController) → void -
setBodyRowsVertical(
ScrollController? scrollController) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited