Skip to content

RevoGrid Documentation v4.15.8 / JSX / RevogrViewportScroll

Interface: RevogrViewportScroll

Viewport scroll component for RevoGrid

Properties

PropertyTypeDescriptionDefined in
colTypeDimensionCols | "rowHeaders"-src/components.d.ts:2415
contentHeight?numberHeight of inner content Default 0src/components.d.ts:2420
contentWidth?numberWidth of inner content Default 0src/components.d.ts:2425
onResizeviewport?(event: RevogrViewportScrollCustomEvent<ViewPortResizeEvent>) => voidViewport resizesrc/components.d.ts:2429
onScrollchange?(event: RevogrViewportScrollCustomEvent<{ hasScroll: boolean; type: DimensionType; }>) => voidTriggered on scroll change, can be used to get information about scroll visibilitysrc/components.d.ts:2433
onScrollviewport?(event: RevogrViewportScrollCustomEvent<ViewPortScrollEvent>) => voidBefore scroll eventsrc/components.d.ts:2440
onScrollviewportsilent?(event: RevogrViewportScrollCustomEvent<ViewPortScrollEvent>) => voidSilently scroll to coordinate Made to align negative coordinates for mobile devicessrc/components.d.ts:2444
rowHeader?booleanEnable row headersrc/components.d.ts:2448