TSRVPagePositionProperty

Properties

<< Click to display table of contents >>

TSRVPagePositionProperty

Properties

TSRVPagePositionProperty is the class for TSRichViewEdit.PagePosProperty property

Unit SclRView.

Syntax

TSRVPagePositionProperty = class(TPersistent)

Hierarchy

TObject

TPersistent

Properties

This class contains properties controlling arrangement of pages in TSRichViewEdit, if ViewProperty.FreePosPage = False.

HPadding and VPadding define distances between sides of a scrollable area and outermost pages.

PageHSpacing and PageVSpacing define distances between pages.

You can remove some of these distances using HiddenDistances property.

PagePosProperty

You can align pages (columns of pages) horizontally using AlignPageH property.

You can align pages (rows of pages) vertically using AlignPageV property.

By default, each column have as many pages as a page width and ZoomPercent allow. You can limit it using MaxPageColCount property.