ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / SplitView Property

In This Topic
SplitView Property (Viewer)
In This Topic
Gets or sets a value indicating whether the viewer is in Split View mode.
Syntax
'Declaration
 
Public Property SplitView As Boolean
 

Property Value

true if the viewer is split into two panes; otherwise, false. The default is false.
Remarks
When set to true, the viewer divides its display area into two separate panes, allowing users to view different parts of a document simultaneously. This is particularly useful for comparing sections of a document or viewing two different documents side by side.

The split orientation (horizontal or vertical) is determined by the current orientation of the viewer's container. Changing this property to true will split the viewer according to its current orientation, dividing the available space equally between the two panes.

See Also