import ScrollArea = require('react-scrollbar'); import * as React from 'react'; const scrollAreraRef = React.createRef(); let scrollArea =
Some long content.
; scrollAreraRef.current.refresh(); scrollAreraRef.current.scrollTop(); scrollAreraRef.current.scrollBottom(); scrollAreraRef.current.scrollYTo(1); scrollAreraRef.current.scrollLeft(); scrollAreraRef.current.scrollRight(); scrollAreraRef.current.scrollXTo(100);