New to Telerik UI for WinForms? Start a free 30-day trial
Resizing Rows
Updated on May 7, 2026
RadVirtualGrid exposes an API allowing resizing of its rows. In order to utilize it we need to set the AllowRowResize property to true.
C#
this.radVirtualGrid1.AllowRowResize = true;The grid rows can be resized by end users simply by positioning the mouse over the horizontal grid line and dragging it to a desired size.
Figure 1: Mouse Resizing

See this topic for more information on how the columns can be resized programmatically.