Skip to content

Commit 10a3fc5

Browse files
svdimitryordan-mitev
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
1 parent ef87b4c commit 10a3fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also use virtual scrolling for the Grid columns. See the [Column Virtual
2727

2828
Set the `Height` parameter to a `string` value. The value can be in:
2929

30-
* `Pixels` (e.g., `px`)
30+
* Pixels&mdash;for example, `Height="480px"`.
3131
* `Percent` (e.g., `%`) - If you set the `Height` parameter to a percent value, ensure that the wrapper of the Grid has a fixed height set in `px`.
3232
* `vh` or other relative CSS units (e.g., `vmin`, `vmax`).
3333

0 commit comments

Comments
 (0)