Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / AllowUserZoom Property


In This Topic
    AllowUserZoom Property
    In This Topic
    Gets or sets whether the user can scale the display of the control using Ctrl key and the mouse wheel.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Behavior")>
    Public Property AllowUserZoom As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.AllowUserZoom = value
     
    value = instance.AllowUserZoom
    [Bindable(true)]
    [Category("Behavior")]
    public bool AllowUserZoom {get; set;}

    Property Value

    true the user can scale the display of the control; otherwise, false.
    See Also