how to fixed the toolbar's position

Stimulsoft Reports.WEB discussion
Post Reply
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

how to fixed the toolbar's position

Post by kevin163 »

our user use the report view in asp.net ,need to scroll the page to see the more,but when user scroll to the page end,want to go to the next page,need to scroll top ,and click the next page button in the toolbar.
how to fixed the toolbar's position at the top.even the user scoll down the page,the toolbar scroll too,it's position is at top at all!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to fixed the toolbar's position

Post by Alex K. »

Hello,

Please try to use the "Whole Report" option for view.

Thank you.
Attachments
Capture.PNG
Capture.PNG (92.45 KiB) Viewed 3725 times
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Re: how to fixed the toolbar's position

Post by kevin163 »

thanks for reply.
because my report has more than 100 pages. if set to whole page, it will very slow.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to fixed the toolbar's position

Post by Alex K. »

Hello,

Please try to use the ScrollBarsMode property:
<cc1:StiWebViewer ID="StiWebViewer1" runat="server" ScrollBarsMode="true" />

Thank you.
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Re: how to fixed the toolbar's position

Post by kevin163 »

thanks,i will try it.
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Re: how to fixed the toolbar's position

Post by kevin163 »

it's works!
but i have an other problem.
if the content height is more than the iframe's height,it will show a scrollbar,but if the content width more than the iframe's widht,it will not show a scroll bar,so i can't see the content overflow.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: how to fixed the toolbar's position

Post by HighAley »

Hello.

The both scrolling should appear.
Please, check the styles of the iframe and other parent elements.

Thank you.
mohnish04
Posts: 2
Joined: Wed Mar 23, 2016 8:55 am

Re: how to fixed the toolbar's position

Post by mohnish04 »

Hello,

Can you tell me how to make this work for StiMobileViewer.
I tried with ScrollbarsMode="True, its not working.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: how to fixed the toolbar's position

Post by HighAley »

Hello.

Sorry, but we can't reproduce the issue.
The scrolling is shown on our samples.
There is something wrong with your project.
Please, create a sample project and send it to us.

Thank you.
Post Reply