Skip to content

Commit 820e698

Browse files
svdimitrmarin-bratanov
authored andcommitted
docs(grid): added a new point in requirements for the Width parameter of the Grid
1 parent 8db0ba3 commit 820e698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/grid/columns/virtual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The Grid lets you add Virtualized Columns. This means that columns and the corre
1515
## Requirements
1616
To enable Virtualized Columns:
1717
* Set the `ColumnVirtualization` parameter of the Grid to `true`.
18+
* Set the `Width` parameter of the Grid in `px`.
1819
* Set the `Width` parameter of all columns in `px` so that the total sum is greater than the `Width` of the Grid which will enable horizontal scrollbar. You can read more about the scrolling behavior of the grid in the [Grid Column Width Behavior]({%slug grid-columns-width%}) article.
1920
* Set the `RowHeight` so that the content of all cells fit in the row. For more information see the [Notes](#notes) section.
2021
* Set the `Height` of the Grid in `px`. For more information see the [Notes](#notes) section.

0 commit comments

Comments
 (0)