Replies: 2 comments
-
|
I've never used scroll padding so I'm not 100% sure what its behavior is supposed to be. But the scroll functions like scrollToIndex have /**
* Scrolls to a specific index in the list.
* @param params - Parameters for scrolling.
* @param params.animated - If true, animates the scroll. Default: true.
* @param params.index - The index to scroll to.
* @param params.viewOffset - Offset from the target position.
* @param params.viewPosition - Position of the item in the viewport (0 to 1).
*/
scrollToIndex(params: {
animated?: boolean | undefined;
index: number;
viewOffset?: number | undefined;
viewPosition?: number | undefined;
}): void; |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
the corresponding css property would be scroll padding - is something like that possible with legend list?
Beta Was this translation helpful? Give feedback.
All reactions