[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView

SplitView Property

SplitView

Gets or sets a value indicating whether the viewer is in Split View mode.

Declaration
public bool SplitView { get; set; }
Property Value
Type Description
bool

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.