Spread Silverlight Documentation
CanUserZoom Property (SheetView)
Example 


GrapeCity.Windows.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
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanUserZoom As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.CanUserZoom = value
 
value = instance.CanUserZoom
[System.ComponentModel.DefaultValue()]
public System.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