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
I tried to use the scrollbox in my app, but the scroll wheel position is not the same as the box position.
While the box position is correctly tied to the app size and is placed at the top left corner of the app, the scroll wheel position is not and seems to be still tied to the original window size and will be positioned at the top left corner of the original window.
I tried to use resize() to fix it, but that doesn't seem to work.
I tried to use the scrollbox in my app, but the scroll wheel position is not the same as the box position.
While the box position is correctly tied to the app size and is placed at the top left corner of the app, the scroll wheel position is not and seems to be still tied to the original window size and will be positioned at the top left corner of the original window.
I tried to use resize() to fix it, but that doesn't seem to work.
Anyone know how to fix this?
Code:
Drawing of issue:
The text was updated successfully, but these errors were encountered: