I can only get scrollbars to display with Continuous view mode if I use Full screen reading. Is this the expected behavior? I have also tried setting the StiBlazorViewerOptions.Appearance.ScrollbarsMode property to both true and false. Setting it to true allowed me to use the mouse to scroll through the pages but the scrollbars did not display. I now have the added task of needing to calculate the height of the StiBlazorViewer which I don't mind if I can get the scrollbars to display. I am using version 2025.1.6.
I have read the documentation at https://www.stimulsoft.com/en/documenta ... f_show.htm
Under Viewing Modes it states "To disable the viewing mode with scroll bars, you should set the ScrollbarsMode property to true". Is this correct?
Continuous view mode with scrollbars
-
- Posts: 2
- Joined: Tue Jun 18, 2024 10:52 pm
-
- Posts: 954
- Joined: Tue Sep 07, 2021 10:11 am
Re: Continuous view mode with scrollbars
Hello,
We would need more time to get an answer for you.
We will let you know when we get any results.
Thank you.
We would need more time to get an answer for you.
We will let you know when we get any results.
Thank you.
-
- Posts: 954
- Joined: Tue Sep 07, 2021 10:11 am
Re: Continuous view mode with scrollbars
Hello,
By default scrollbars are disabled, to enable them you need to set the ScrollbarsMode property to true.
The Viewer displays a page or a report entirely, automatically stretching the viewer in the first mode (without scroll bars). If the sizes in width and heights are specified, the Viewer will crop the page that has gone beyond the margins. In the second mode, unlike the first one, the cropping won`t be made when a page goes beyond the Viewer size. Instead, scroll bars appear, with the help of them, you can view the entire page or a report.
Thank you.
By default scrollbars are disabled, to enable them you need to set the ScrollbarsMode property to true.
The Viewer displays a page or a report entirely, automatically stretching the viewer in the first mode (without scroll bars). If the sizes in width and heights are specified, the Viewer will crop the page that has gone beyond the margins. In the second mode, unlike the first one, the cropping won`t be made when a page goes beyond the Viewer size. Instead, scroll bars appear, with the help of them, you can view the entire page or a report.
Thank you.