compute Horizontal Scroll Offset
Calculate the offset of the horizontal scrollbar thumb within the horizontal range. This is the position of the thumb within the scrollbar track.
This is also used for accessibility when scrolling to give auditory feedback about the current scroll position within the total range.
This method can return an arbitrary unit as long as the unit is shared across computeHorizontalScrollExtent and computeHorizontalScrollRange.