Page 1 of 2
Vertical Scroll Bar not Scrolling whole page
Posted: Sat Jul 16, 2011 3:09 am
by Ink
Hi,
I have a reportviewer control in my vb.net winforms app. I have hidden the stimlsoft toolbar & placed my on on the form hosting the viewer.
When the user click my toolbar I call the appropriate 'Invoke' method of the stimulsoft toolbar.
My problem is is the report is in whole page view and the user clicks my page Width tool bar button (I call ZoomPageWidth) the page zooms to Page Width correctly, but the vertical scroll bar only scrolls the user part way down the page and you cannot see the lower part of the report.
Am i using the wrong invoke method?
Jon.
Vertical Scroll Bar not Scrolling whole page
Posted: Sat Jul 16, 2011 5:02 am
by Jan
Hello Jon,
Can you provide any sample project?
Thank you.
Vertical Scroll Bar not Scrolling whole page
Posted: Sun Jul 17, 2011 7:40 am
by Ink
Jan,
I have mailed a project to support
Jon.
Vertical Scroll Bar not Scrolling whole page
Posted: Sun Jul 17, 2011 9:37 am
by Andrew
Hello,
We will review it shortly.
Thank you.
Vertical Scroll Bar not Scrolling whole page
Posted: Thu Sep 08, 2011 8:15 am
by BIG
Hi,
We also experience this problem. When we zoom in to view the page in a readible size, we cannot scroll to the bottom of the page.
Is there any solution to this?
The report is shown in a windows form using the code below, with a reference to 2011.1.1000.0 Stimulsoft dll's:
private void ShowReportPreview(StiReport report)
{
PreviewForm = new Form();
PreviewForm.MdiParent = m_CallerForm;
// Add preview control
StiViewerControl ViewerControl = new StiViewerControl(report);
PreviewForm.Controls.Add(ViewerControl);
Stimulsoft.Report.Win.StiGuiHelper.ApplyStyle(ViewerControl, StiGlobalGuiStyle.Office2007Silver);
ViewerControl.Dock = DockStyle.Fill;
ViewerControl.Close += new EventHandler(PreviewControl_Close);
report.Render();
// Hide bookmarks and thumbnails by default
ViewerControl.PageViewMode = StiPageViewMode.SinglePage;
ViewerControl.ThumbsPanelEnabled = false;
ViewerControl.BookmarksTreeView.Visible = false;
ViewerControl.BookmarksTreeView.Enabled = false;
var ToolList = ViewerControl.ToolBar.GetItems("tbBookmarks");
if (ToolList.Count > 0)
{
((ButtonItem)ToolList[0]).Visible = false;
((ButtonItem)ToolList[0]).Enabled = false;
}
PreviewForm.Show();
ViewerControl.SetZoomPageWidth();
}
Vertical Scroll Bar not Scrolling whole page
Posted: Fri Sep 09, 2011 6:46 am
by Alex K.
Hello,
Please check the last prerelease build and let us know about the result.
Thank you.
Re: Vertical Scroll Bar not Scrolling whole page
Posted: Tue Jul 07, 2020 6:58 am
by thiru
i faced this same problem ,please help me
Re: Vertical Scroll Bar not Scrolling whole page
Posted: Tue Jul 07, 2020 8:25 am
by Lech Kulikowski
Hello,
Which product and version are you use?
Thank you.
Re: Vertical Scroll Bar not Scrolling whole page
Posted: Thu Aug 13, 2020 1:12 pm
by MiXaiL
I have the same problem. I use diagrams. Set the auto range value to "False", set the minimum and maximum values. Set to display vertical scrolling. Vertical scrolling is displayed but cannot be moved. Used version 2019.4.1 and latest 2020.3.2.
Re: Vertical Scroll Bar not Scrolling whole page
Posted: Fri Aug 14, 2020 10:51 am
by Lech Kulikowski
Hello,
Unfortunately, scrolling is not supported for Range limits.
Thank you.