how to fixed the toolbar's position
how to fixed the toolbar's position
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!
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
Hello,
Please try to use the "Whole Report" option for view.
Thank you.
Please try to use the "Whole Report" option for view.
Thank you.
- Attachments
-
- Capture.PNG (92.45 KiB) Viewed 3725 times
Re: how to fixed the toolbar's position
thanks for reply.
because my report has more than 100 pages. if set to whole page, it will very slow.
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
Hello,
Please try to use the ScrollBarsMode property:
<cc1:StiWebViewer ID="StiWebViewer1" runat="server" ScrollBarsMode="true" />
Thank you.
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
thanks,i will try it.
Re: how to fixed the toolbar's position
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.
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
Hello.
The both scrolling should appear.
Please, check the styles of the iframe and other parent elements.
Thank you.
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
Hello,
Can you tell me how to make this work for StiMobileViewer.
I tried with ScrollbarsMode="True, its not working.
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
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.
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.