Hide Rows and Columns Demo

This sample illustrates hiding/showing rows and columns in the grid.

Features

Hide Rows and Columns





Hide Rows and Columns


End user can resize the column like excel when double click, by using the property "UnHideColsOnDblClick".

By setting the value as false to this property, the column will resizes as similar to excel

            //This property enables resize the column like excel when double click.
		
            this.gridControl1.UnHideColsOnDblClick = false;
 

Try the options in the sample and view the resultant changes.