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/columns/virtual.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The Grid lets you add Virtualized Columns. This means that columns and the corre
15
15
## Requirements
16
16
To enable Virtualized Columns:
17
17
* Set the `ColumnVirtualization` parameter of the Grid to `true`.
18
+
* Set the `Width` parameter of the Grid in `px`.
18
19
* 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.
19
20
* Set the `RowHeight` so that the content of all cells fit in the row. For more information see the [Notes](#notes) section.
20
21
* Set the `Height` of the Grid in `px`. For more information see the [Notes](#notes) section.
0 commit comments