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;
According to problems
According to problems
- Attachments
-
- 111.jpg (125.19 KiB) Viewed 35316 times
Re: According to problems
I'm using a plain richviewedit with an rvprintpreview, but in that scenario, these work:
Maybe it's similar in the scale rv?
Code: Select all
RVPrintPreview1.ZoomMode := rvzmPageWidth ;
RVPrintPreview1.ZoomMode := rvzmFullPage ;
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: According to problems
Assign SRichViewEdit.PagePosProperty.MaxPageColCount = 1