 ---------------------------------------------------
|                                                   |
| Column Resize Manager                             |
|                                                   |
| iGrid.NET 3.00 Extra Samples                      |
| Copyright (c) 10Tec Company                       |
| All rights reserved                               |
|                                                   |
| Environment: .NET Framework 2.0, VS2008           |
|                                                   |
 ---------------------------------------------------

Description:
============
This sample provides you with a class (manager) which allows you to add an ability to resize columns interactively without the help of the header.

Short Code Explanation:
=======================
The main part of the example is located in the iGColResizeManager class. This class has only one public method, named ManageGrid. Invoke this method and pass a grid as the parameter if you want the user to be able to resize the grids columns through visual interface. The other public property of the class, NumberOfTopRows, can be used to specify whether the user can change the width of columns when the mouse pointer is inside the predefined number of first rows or in any row in the grid.
