Replies: 2 comments
-
I put a PR up for this here |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @tjbarber thank you for bringing this up. Have you tried Viewport on |
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.
-
I made the mistake of not creating this before putting up a PR, my apologizes!
I've run into a situation where I want to be able to move the viewport horizontally by a variable amount. This allows me to do something like this:
2025-03-25.11-34-13.mp4
You can get the idea for how I'm using it by this (not great) piece of code, where I'm using the
XOffset
to calculate the difference of the width of the all the columns to the right of my screen (including the one on the far right that is partially outside of it) and the width of the all the content - theXOffset
. The difference is how much I need to move to the left so I can view the whole cell.Beta Was this translation helpful? Give feedback.
All reactions