TSRVViewProperty.AlignPageV |
Top Previous Next |
|
Specifies the vertical alignment of page(s). type TSRVAlignPageV = (srvapvTop, srvapvCenter);
property AlignPageV : TSRVAlignPageV; If AlignPageV=srvapvCenter, a distance from the top of the scrollable area to the top of the first page is defined in TSRichViewEdit.PageProperty.PageBreakHeight. It is true even if TSRichViewEdit.PageProperty.PageViewMode=False (for a single page). If AlignPageV=srvapvTop, all pages are shifted up by the scaled value of TSRichViewEdit.PageProperty.PageBreakHeight. |