ComponentOne DataGrid for WPF and Silverlight
In This Topic
    Resizing Columns and Rows
    In This Topic

    Users can easily resize columns and rows at run time through a drag-and-drop operation. To resize columns at run time, complete the following steps:

    1. Navigate the mouse to the right border of a column's header. The column resizing cursor appears:

    1. Click the mouse and drag the cursor to the left or the right to resize the column:

     

    1. Release the mouse to complete the column resize operation.

    Resize rows in a similar way by dragging the row indicator column. Note that the CanUserResizeColumns and CanUserResizeRows properties must be set to True (default) for column and row resizing to be possible. See the Disabling Column and Row Resizing topic for more details.