New to KendoReactStart a free 30-day trial

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 the height option.
  • 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'

In this article
DefinitionPropertiesmode?scrollbar?
Not finding the help you need?
Contact Support