Spread Silverlight Documentation
CanUserZoom Property (SheetView)
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.