Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowUserZoom Property


In This Topic
AllowUserZoom Property (SpreadView)
In This Topic
Gets or sets whether to allow the user to scale the view using the Ctrl key and the mouse wheel.
Syntax
'Declaration
 
Public Property AllowUserZoom As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.AllowUserZoom = value
 
value = instance.AllowUserZoom
See Also