Skip to content

Commit f3dc3c7

Browse files
chore(grid): typo
1 parent 6759909 commit f3dc3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/columns/virtual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The targeted scenario is for a Grid with big number of columns, since the perfor
2727
To enable Virtualized Columns:
2828

2929
1. Set the `ColumnVirtualization` parameter of the Grid to `true`.
30-
1. Set the `Width` parameter of all columns in `px` so that the total sum is greater than the `Width` of the Grid
30+
1. Set the `Width` parameter of all columns in `px` so that the total sum is greater than the `Width` of the Grid.
3131
* This will enable horizontal scrollbar which is required. You can read more about the scrolling behavior of the grid in the [Grid Column Width Behavior]({%slug grid-columns-width%}) article.
3232
1. Set the `RowHeight` so that the content of all cells fits in the row. For more information see the [Notes](#notes) section.
3333
1. Set the `Height` of the Grid in `px`. For more information see the [Notes](#notes) section.

0 commit comments

Comments
 (0)