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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The targeted scenario is for a Grid with big number of columns, since the perfor
27
27
To enable Virtualized Columns:
28
28
29
29
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.
31
31
* 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.
32
32
1. Set the `RowHeight` so that the content of all cells fits in the row. For more information see the [Notes](#notes) section.
33
33
1. Set the `Height` of the Grid in `px`. For more information see the [Notes](#notes) section.
0 commit comments