Skip to content

ShowWYSIWYGMarkers Property

Description

Specifies whether to show or hide the page marker when using ColumnWidthWYSIWYG after printing.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowWYSIWYGMarkers() As Boolean

Remarks

When ColumnWidthWYSIWYG is 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 Page 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 or print preview. You can turn the marker off using ShowWYSIWYGMarkers.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.