RevoGrid Documentation v4.15.8 / 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:733 |
clientSize | number | Client size | src/components.d.ts:737 |
dimension | DimensionType | Scroll dimension (X - rgCol or Y - rgRow ) Default 'rgRow' | src/components.d.ts:742 |
realSize | number | Dimensions | src/components.d.ts:746 |
setScroll | (e : ViewPortScrollEvent ) => Promise <void > | - | src/components.d.ts:747 |
virtualSize | number | Virtual size | src/components.d.ts:751 |