# C1FlexGridZoomPolicy

If you change the values of the C1FlexGrid.Colunm.Width, C1FlexGrid.Row.Height, C1FlexGrid.Font, and C1FlexGrid.Size properties, adding the C1FlexGridZoomPolicy in your application can help you get a better zoom result.

## Content



If you change the values of the **C1FlexGrid.Colunm.Width**, **C1FlexGrid.Row.Height**, **C1FlexGrid.Font**, and **C1FlexGrid.Size** properties, adding the C1FlexGridZoomPolicy in your application can help you get a better zoom result.

Initial zoomfactor is 100%, screenshot is as below.

![how flexgrid looks initially](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/c1flexgridinitial.png)

The following table illusrates the difference between adding and not adding the **C1FlexGridZoomPolicy**. The ZoomFactor is set to 120%.

|   Without ZoomPolicy   |   With ZoomPolicy   |
| --- | --- |
|   **![shows flexgrid without zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/c1flexgridwithoutzoompolicy.png)**   |   ![shows flexgrid with zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/c1flexgridwithzoompolicy.png)   |