Page 1 of 1

According to problems

Posted: Tue Feb 15, 2022 11:33 am
by th9999
hello

How to set the ViewProperty to display only 1 full page


SRichViewEdit1.ViewProperty.ZoomMode := rvzmCustom;
SRichViewEdit1.ViewProperty.ZoomModeEdit := rvzmCustom;
SRichViewEdit1.ViewProperty.ZoomModeIN := rvzmCustom;
SRichViewEdit1.ViewProperty.ZoomModeOUT := rvzmCustom;

Re: According to problems

Posted: Tue Feb 15, 2022 12:17 pm
by standay
I'm using a plain richviewedit with an rvprintpreview, but in that scenario, these work:

Code: Select all

RVPrintPreview1.ZoomMode := rvzmPageWidth ;
RVPrintPreview1.ZoomMode := rvzmFullPage ;
Maybe it's similar in the scale rv?

Re: According to problems

Posted: Tue Feb 15, 2022 5:37 pm
by Sergey Tkachenko
Assign SRichViewEdit.PagePosProperty.MaxPageColCount = 1