RevoGrid Documentation v4.14.10 / 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:676 |
clientSize | number | Client size | src/components.d.ts:680 |
dimension | DimensionType | Scroll dimension (X - rgCol or Y - rgRow ) | src/components.d.ts:684 |
realSize | number | Dimensions | src/components.d.ts:688 |
setScroll | (e : ViewPortScrollEvent ) => Promise <void > | - | src/components.d.ts:689 |
virtualSize | number | Virtual size | src/components.d.ts:693 |