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
As a work around for #349 I need to scroll the focused cell into the visible area by my own.
How can I scroll the cell, so that the cell becomes visible without scrolling more than needed?
Currently I use grid.scrollToColumnProp(colIndex) but do not know how to test, if a cell is inside the visible area already.
This moves the focused cell to the first column and makes it jump away when the user clicks to focus a cell.
This discussion was converted from issue #350 on December 04, 2024 12:38.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As a work around for #349 I need to scroll the focused cell into the visible area by my own.
How can I scroll the cell, so that the cell becomes visible without scrolling more than needed?
Currently I use grid.scrollToColumnProp(colIndex) but do not know how to test, if a cell is inside the visible area already.
This moves the focused cell to the first column and makes it jump away when the user clicks to focus a cell.
Beta Was this translation helpful? Give feedback.
All reactions