GrapeCity.Xaml.SpreadSheet.UI
CanUserZoom Property (SheetView)
Example 


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : CanUserZoom Property
Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property CanUserZoom As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.CanUserZoom = value
 
value = instance.CanUserZoom
[DefaultValue()]
public bool CanUserZoom {get; set;}
Example
This example uses the CanUserZoom property.
GcSpreadSheet1.View.CanUserUndo = true;
GcSpreadSheet1.View.CanUserZoom = true;
GcSpreadSheet1.View.CanUserUndo = True
GcSpreadSheet1.View.CanUserZoom = True
See Also

Reference

SheetView Class
SheetView Members