Properties Optional
create Scroll End Button create Scroll End Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > Optional
create Scroll Start Button create Scroll Start Button ?: ( ( props ) => ReactElement < any , string | JSXElementConstructor < any > > )
Type declaration ( props ) : ReactElement < any , string | JSXElementConstructor < any > > Returns ReactElement < any , string | JSXElementConstructor < any > > on Scroll Offset on Scroll Offset : ( ( offset , viewportSize , totalSize ) => void )
Type declaration ( offset , viewportSize , totalSize ) : void Parameters offset : number viewportSize : number totalSize : number Returns void Optional
ref ref ?: Ref < HTMLDivElement >
Optional
scroll Button Additional Repeat Delay scroll Button Additional Repeat Delay ?: number
Optional
scroll Button Increment scroll Button Increment ?: number
Optional
scroll Button Initial Repeat Delay scroll Button Initial Repeat Delay ?: number
Optional
show Custom Scroll Buttons show Custom Scroll Buttons ?: boolean
total Size total Size : number
viewport Size viewport Size : number
This will add custom scrollButtons. This should only be set to true if you have used css styling to hide the default scrollButtons using: ::-webkit-scrollbar-button": { display: 'none' }