GridScrollableSettings
Interface
Defines the scrollable settings for the Grid.
Definition
Package:@progress/kendo-react-grid
Properties
Specifies the scroll mode.
The available options are:
none—Renders no scrollbar.scrollable—Default scroll mode. Requires theheightoption.virtual—Renders a portion of the data while the user scrolls.
scrollbar?
"default" | "proxied"
Controls the scrollbar rendering style.
default—Uses the native browser scrollbar (default).proxied—Renders a custom overlay scrollbar on top of the content area. The overlay appears on hover or scroll and hides when idle, eliminating the white-space flash during virtual scrolling jumps.
Default:
'default'