Currently we don't track any sort of bounds when scrolling content in a window .. we just accumulate into a v2 Scroll and blindly offset the window content by that amount. In order to support scrollbars, we first need to track the window content bounds and prevent scrolling past it (#49). Once that's done, drawing a scrollbar should be relatively straight-forward.
Currently we don't track any sort of bounds when scrolling content in a window .. we just accumulate into a
v2 Scrolland blindly offset the window content by that amount. In order to support scrollbars, we first need to track the window content bounds and prevent scrolling past it (#49). Once that's done, drawing a scrollbar should be relatively straight-forward.