<< Click to display table of contents >> TSRVPagePositionProperty |
TSRVPagePositionProperty is the class for TSRichViewEdit.PagePosProperty property
Unit SclRView.
Syntax
TSRVPagePositionProperty = class(TPersistent)
TObject
TPersistent
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.
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.