StiViewer scroll to panel
Posted: Tue Apr 28, 2015 8:07 am
Hi,
showing a report on WindowsForm in a StiViewer Control. When first show the report I want scroll to a specific panel or control on it. It can be on the first page but on the second or third page too. If it is on the first page I want, that the panel is in the visible area.
Is it possible?
I tried this.stiViewerControl1.ScrollToComponent(this.stiViewerControl1.FindComponentByTag("XX")) but i doesn't work.
Peter
showing a report on WindowsForm in a StiViewer Control. When first show the report I want scroll to a specific panel or control on it. It can be on the first page but on the second or third page too. If it is on the first page I want, that the panel is in the visible area.
Is it possible?
I tried this.stiViewerControl1.ScrollToComponent(this.stiViewerControl1.FindComponentByTag("XX")) but i doesn't work.
Peter