TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ListViewZoomPolicy Class / ZoomIcon Property

In This Topic
    ZoomIcon Property (ListViewZoomPolicy)
    In This Topic
    Gets or sets a value indicating whether zoom item's icon.
    Syntax
    'Declaration
     
    
    Public Property ZoomIcon As Boolean
    public bool ZoomIcon {get; set;}

    Property Value

    true if zoom item's icon; otherwise, false. The default is true.
    Remarks

    This zoom policy zoom the icon of item when System.Windows.Forms.ListView control containes icon.

    When View is System.Windows.Forms.View.Tile, this zoom policy zoom the icon and font of item. But the row spacing and column spacing can't zoom.

    See Also