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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also