ColumnWidthWYSIWYG Property
Description
Allows the grid to be printed as seen (WYSIWYG).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ColumnWidthWYSIWYG() As Boolean
Remarks
When True, the grid will print on as many pages as needed to print the columns with the widths displayed on the screen. If False, all columns are condensed to fit on a single page.
After printing, a red "WYSIWYG Marker" is drawn on top of the column header to indicate actual page boundaries. What you see before the red marker will fit on a single page; what is after the marker will go on the next page, etc. This makes it easy to adjust the width of columns or the window so that the printout will look exactly as you want it to look. This marker will continue to be shown after printing/print preview. You can turn the marker off using the ShowWYSIWYGMarkers property.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.