44
55# Interface: VGridHandle
66
7- Defined in: [ src/react/VGrid.tsx:109] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L109 )
7+ Defined in: [ src/react/VGrid.tsx:109] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L109 )
88
99Methods of [ VGrid] ( ../variables/experimental_VGrid.md ) .
1010
@@ -14,7 +14,7 @@ Methods of [VGrid](../variables/experimental_VGrid.md).
1414
1515> ** getRowOffset** (` index ` ): ` number `
1616
17- Defined in: [ src/react/VGrid.tsx:148] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L148 )
17+ Defined in: [ src/react/VGrid.tsx:148] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L148 )
1818
1919Get row offset from start.
2020
@@ -36,7 +36,7 @@ index of row
3636
3737> ** getColOffset** (` index ` ): ` number `
3838
39- Defined in: [ src/react/VGrid.tsx:153] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L153 )
39+ Defined in: [ src/react/VGrid.tsx:153] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L153 )
4040
4141Get col offset from start.
4242
@@ -58,7 +58,7 @@ index of col
5858
5959> ** getRowSize** (` index ` ): ` number `
6060
61- Defined in: [ src/react/VGrid.tsx:158] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L158 )
61+ Defined in: [ src/react/VGrid.tsx:158] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L158 )
6262
6363Get row size.
6464
@@ -80,7 +80,7 @@ index of row
8080
8181> ** getColSize** (` index ` ): ` number `
8282
83- Defined in: [ src/react/VGrid.tsx:163] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L163 )
83+ Defined in: [ src/react/VGrid.tsx:163] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L163 )
8484
8585Get col size.
8686
@@ -102,7 +102,7 @@ index of col
102102
103103> ** resizeCols** (` cols ` ): ` void `
104104
105- Defined in: [ src/react/VGrid.tsx:168] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L168 )
105+ Defined in: [ src/react/VGrid.tsx:168] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L168 )
106106
107107Resize individual columns.
108108
@@ -124,7 +124,7 @@ array of `[index, size]` to update column sizes
124124
125125> ** resizeRows** (` rows ` ): ` void `
126126
127- Defined in: [ src/react/VGrid.tsx:173] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L173 )
127+ Defined in: [ src/react/VGrid.tsx:173] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L173 )
128128
129129Resize individual rows.
130130
@@ -146,7 +146,7 @@ array of `[index, size]` to update row sizes
146146
147147> ** scrollToIndex** (` indexX? ` , ` indexY? ` ): ` void `
148148
149- Defined in: [ src/react/VGrid.tsx:179] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L179 )
149+ Defined in: [ src/react/VGrid.tsx:179] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L179 )
150150
151151Scroll to the item specified by index.
152152
@@ -174,7 +174,7 @@ vertical index of item
174174
175175> ** scrollTo** (` offsetX? ` , ` offsetY? ` ): ` void `
176176
177- Defined in: [ src/react/VGrid.tsx:185] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L185 )
177+ Defined in: [ src/react/VGrid.tsx:185] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L185 )
178178
179179Scroll to the given offset.
180180
@@ -202,7 +202,7 @@ offset from top
202202
203203> ** scrollBy** (` offsetX? ` , ` offsetY? ` ): ` void `
204204
205- Defined in: [ src/react/VGrid.tsx:191] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L191 )
205+ Defined in: [ src/react/VGrid.tsx:191] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L191 )
206206
207207Scroll by the given offset.
208208
@@ -230,7 +230,7 @@ vertical offset from current position
230230
231231> ` readonly ` ** scrollTop** : ` number `
232232
233- Defined in: [ src/react/VGrid.tsx:113] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L113 )
233+ Defined in: [ src/react/VGrid.tsx:113] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L113 )
234234
235235Get current scrollTop.
236236
@@ -240,7 +240,7 @@ Get current scrollTop.
240240
241241> ` readonly ` ** scrollLeft** : ` number `
242242
243- Defined in: [ src/react/VGrid.tsx:117] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L117 )
243+ Defined in: [ src/react/VGrid.tsx:117] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L117 )
244244
245245Get current scrollLeft.
246246
@@ -250,7 +250,7 @@ Get current scrollLeft.
250250
251251> ` readonly ` ** scrollHeight** : ` number `
252252
253- Defined in: [ src/react/VGrid.tsx:121] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L121 )
253+ Defined in: [ src/react/VGrid.tsx:121] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L121 )
254254
255255Get current scrollHeight.
256256
@@ -260,7 +260,7 @@ Get current scrollHeight.
260260
261261> ` readonly ` ** scrollWidth** : ` number `
262262
263- Defined in: [ src/react/VGrid.tsx:125] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L125 )
263+ Defined in: [ src/react/VGrid.tsx:125] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L125 )
264264
265265Get current scrollWidth.
266266
@@ -270,7 +270,7 @@ Get current scrollWidth.
270270
271271> ` readonly ` ** viewportHeight** : ` number `
272272
273- Defined in: [ src/react/VGrid.tsx:129] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L129 )
273+ Defined in: [ src/react/VGrid.tsx:129] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L129 )
274274
275275Get current offsetHeight.
276276
@@ -280,7 +280,7 @@ Get current offsetHeight.
280280
281281> ` readonly ` ** viewportWidth** : ` number `
282282
283- Defined in: [ src/react/VGrid.tsx:133] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L133 )
283+ Defined in: [ src/react/VGrid.tsx:133] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L133 )
284284
285285Get current offsetWidth.
286286
@@ -290,7 +290,7 @@ Get current offsetWidth.
290290
291291> ** findRowIndex** : (` offset ` ) => ` number `
292292
293- Defined in: [ src/react/VGrid.tsx:138] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L138 )
293+ Defined in: [ src/react/VGrid.tsx:138] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L138 )
294294
295295Find nearest row index from offset.
296296
@@ -312,7 +312,7 @@ offset in pixels from the start of the scroll container
312312
313313> ** findColIndex** : (` offset ` ) => ` number `
314314
315- Defined in: [ src/react/VGrid.tsx:143] ( https://github.com/inokawa/virtua/blob/d459b9be951b5905f920be6dc33995479f38a66a /src/react/VGrid.tsx#L143 )
315+ Defined in: [ src/react/VGrid.tsx:143] ( https://github.com/inokawa/virtua/blob/762643c18afdf1278f9d1363ad56bf06e72beed8 /src/react/VGrid.tsx#L143 )
316316
317317Find nearest col index from offset.
318318
0 commit comments