TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ListViewZoomPolicy Class
Members Example

In This Topic
    ListViewZoomPolicy Class
    In This Topic
    Represents a zoom policy for System.Windows.Forms.ListView type control.
    Object Model
    ListViewZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class ListViewZoomPolicy 
       Inherits ZoomPolicy
    public class ListViewZoomPolicy : ZoomPolicy 
    Remarks
    This zoom policy zoom the column width of System.Windows.Forms.ListView and change the font of all items.
    Example

    The following code example shows how to use ListViewZoomPolicy class.

    You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.

    If you find a licenses error when run this code. Try to drag a C1Zoom component to a any Form from tool box can generate the licenses information to this project.

    Inheritance Hierarchy

    System.Object
       C1.Win.TouchToolKit.ZoomPolicy
          C1.Win.TouchToolKit.ListViewZoomPolicy

    See Also