Page 1 of 1

how to fixed the toolbar's position

Posted: Mon Dec 01, 2014 1:58 am
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!

Re: how to fixed the toolbar's position

Posted: Mon Dec 01, 2014 6:11 am
by Alex K.
Hello,

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

Thank you.

Re: how to fixed the toolbar's position

Posted: Mon Dec 01, 2014 7:06 am
by kevin163
thanks for reply.
because my report has more than 100 pages. if set to whole page, it will very slow.

Re: how to fixed the toolbar's position

Posted: Mon Dec 01, 2014 10:54 am
by Alex K.
Hello,

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

Thank you.

Re: how to fixed the toolbar's position

Posted: Tue Dec 02, 2014 1:16 am
by kevin163
thanks,i will try it.

Re: how to fixed the toolbar's position

Posted: Tue Dec 02, 2014 7:01 am
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.

Re: how to fixed the toolbar's position

Posted: Tue Dec 02, 2014 10:54 am
by HighAley
Hello.

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

Thank you.

Re: how to fixed the toolbar's position

Posted: Wed May 18, 2016 10:03 am
by mohnish04
Hello,

Can you tell me how to make this work for StiMobileViewer.
I tried with ScrollbarsMode="True, its not working.

Re: how to fixed the toolbar's position

Posted: Wed May 18, 2016 12:58 pm
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.