Hello,
I have a problem with the AutoScroll function of a RadPageView.
I have added a RadPageView to my Form with the ViewMode property set to "Stack" and the AutoScroll property set to True. Then I added some pages to it, the first page has a minimum size of 100,100.
In the event handler of the SelectedPageChangedEvent, when a specified page is selected I add a new page to the bottom of the RadPageView.
The first problem appears when the space for the first page with the minimum size gets to small, the content of the page is now overlaying the other pages.
The second problem is when AutoScroll is enabled, the RadPageView won't be drawn correctly and the content of the first page is shown at the bottom of the RadPageView.
Are there solutions for this?
Best regards
I have a problem with the AutoScroll function of a RadPageView.
I have added a RadPageView to my Form with the ViewMode property set to "Stack" and the AutoScroll property set to True. Then I added some pages to it, the first page has a minimum size of 100,100.
In the event handler of the SelectedPageChangedEvent, when a specified page is selected I add a new page to the bottom of the RadPageView.
The first problem appears when the space for the first page with the minimum size gets to small, the content of the page is now overlaying the other pages.
The second problem is when AutoScroll is enabled, the RadPageView won't be drawn correctly and the content of the first page is shown at the bottom of the RadPageView.
Are there solutions for this?
Best regards