You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Grid.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ A windowed grid of elements. `Grid` only renders cells necessary to fill itself
36
36
| scrollingResetTimeInterval | Number || Wait this amount of time after the last scroll event before resetting Grid `pointer-events`; defaults to 150ms. |
37
37
| scrollLeft | Number || Horizontal offset |
38
38
| scrollToAlignment | String || Controls the alignment of scrolled-to-cells. The default ("_auto_") scrolls the least amount possible to ensure that the specified cell is fully visible. Use "_start_" to always align cells to the top/left of the `Grid` and "_end_" to align them bottom/right. Use "_center_" to align specified cell in the middle of container. |
39
-
| scrollToColumn | Number || Column index to ensure visible (by forcefully scrolling if necessary) |
40
-
| scrollToRow | Number || Row index to ensure visible (by forcefully scrolling if necessary) |
39
+
| scrollToColumn | Number || Column index to ensure visible (by forcefully scrolling if necessary). Takes precedence over `scrollLeft`.|
40
+
| scrollToRow | Number || Row index to ensure visible (by forcefully scrolling if necessary). Takes precedence over `scrollTop`.|
41
41
| scrollTop | Number || Vertical offset |
42
42
| style | Object || Optional custom inline style to attach to root `Grid` element. |
43
43
| tabIndex | Number || Optional override of tab index default; defaults to `0`. |
0 commit comments