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 nameDescription
ActualSize Render the grid in actual size, breaking pages as needed.
PageWidth Scale the grid so it fits the page width.
SinglePage Scale the grid so it fits on a single page.
Selection Prints the current selection in actual size, breaking pages as needed.

See Also