ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / Zoom Property

In This Topic
    Zoom Property (C1ListView)
    In This Topic
    Gets or set the zoom applied to this list.
    Syntax
    'Declaration
     
    Public Property Zoom As Double
    public double Zoom {get; set;}
    Remarks
    The zoom will be conditioned to the MinZoom and MaxZoom properties in the following priority order MinZoom>MaxZoom>Zoom
    See Also