RevoGrid Documentation v4.23.21 / Components / RevogrScrollVirtual
Interface: RevogrScrollVirtual
Virtual scroll component
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
changeScroll | (e: ViewPortScrollEvent) => Promise<ViewPortScrollEvent> | Update if delta exists in case we don't know current position or if it's external change | src/components.d.ts:743 |
clientSize | number | Client size | src/components.d.ts:747 |
dimension | DimensionType | Scroll dimension (X - rgCol or Y - rgRow) Default 'rgRow' | src/components.d.ts:752 |
realSize | number | Dimensions | src/components.d.ts:756 |
setScroll | (e: ViewPortScrollEvent) => Promise<void> | - | src/components.d.ts:757 |
virtualSize | number | Virtual size | src/components.d.ts:761 |