You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/virtual-scrolling.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,11 @@ The tabs below show how to set the `Height` parameter with the different value o
238
238
239
239
Set the `RowHeight` parameter to a `decimal` value which will always be interpreted as pixels (`px`). The value of the `RowHeight` must be greater than the height of the cell (or row) that the browser would normally render.
240
240
241
-
>tip The Grid renders padding in the cells by default. The loading skeletons has a line height in order to render. This results in some minimum row heights, which can vary depending on the theme and custom CSS styles on the page.
241
+
Consider the following specifics when setting the row height value:
242
+
243
+
* The Grid renders padding in the cells by default. The loading skeletons have a line height in order to render. This results in some minimum row heights, which can vary depending on the theme and custom CSS styles on the page.
244
+
* Ensure the height of the `td` element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
245
+
* Do not change the value of the `RowHeight` parameter at runtime.
242
246
243
247
>tip Ensure the height of the td element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
0 commit comments