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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
A class of type ScrollBarPosition containing the X and Y amount of pixels currently scrolled
Example:
//Scroll to X100 and Y500:textbox.ScrollBarPosition=newScrollBarPosition(100,500);//Get the amount scrolled horizontal:doublexScrolled=textbox.ScrollBarPosition.XValue;