TSRVPagePositionProperty.AlignPageV

<< Click to display table of contents >>

TSRVPagePositionProperty.AlignPageV

Specifies the vertical alignment of pages.

type

  TSRVAlignPageV = (srvapvTop, srvapvCenter);

 

property AlignPageV : TSRVAlignPageV;

A minimum distance from the top and the bottom sides of the scrollable area to a page is specified in VPadding. If a page height is smaller than the rest of space, pages are aligned according to the value of this property (if there are multiple rows of pages, rows as a whole are aligned according to this property).

Call TSRichViewEdit.Format after changing value of this property.