Go to the first, previous, next, last section, table of contents.
data ScrollView {- abstract -}
scrollView :: (Size -> Size)
-> Component (a, DisplayHandle)
-> Component ((a, Viewport), DisplayHandle)
scrollViewH :: (Unit -> Unit)
-> Bool
-> Component (a, DisplayHandle)
-> Component ((a, ScrollView), DisplayHandle)
scrollViewV :: (Unit -> Unit)
-> Bool
-> Component (a, DisplayHandle)
-> Component ((a, ScrollView), DisplayHandle)
getViewScrollbar :: ScrollView -> Axis -> Maybe (Scrollbar Double)
getViewport :: ScrollView -> Viewport
Go to the first, previous, next, last section, table of contents.