# ListView Zoom Policy

The ListViewZoomPolicy changes the ListView.Font and ListView.Columns[i].Width to ensure the text is not clipped and it’s viewable in the listview control while zooming.

## Content



The **ListViewZoomPolicy** changes the ListView.Font and ListView.Columns[i\].Width to ensure the text is not clipped and it’s viewable in the listview control while zooming.

Set zoomfactor to 120%, the following table illustrates difference between enabling and disabling the **ListZoomPolicy**.

|   Without ZoomPolicy   |   With ZoomPolicy   |
| --- | --- |
|   **![disabled zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/listviewzoompolicydisabled.png)**   |   ![enabled zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/listviewzoompolicyenabled.png)   |