Specifies how the grid content should be scaled to fit the page.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public enum ScaleMode
Visual Basic
Public Enumeration ScaleMode

Members

Member nameValueDescription
ActualSize0 Render the grid in actual size, breaking pages as needed.
PageWidth1 Scale the grid so it fits the page width.
SinglePage2 Scale the grid so it fits on a single page.
Selection3 Prints the current selection in actual size, breaking pages as needed.

See Also