This is a migrated thread and some comments may be shown as answers.

AutoScroll problems with RadPageView in ViewMode "Stack"

2 Answers 150 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Matthias
Top achievements
Rank 1
Matthias asked on 10 Oct 2013, 01:18 PM
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

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 15 Oct 2013, 11:25 AM
Hello Matthias,

Thank you for contacting Telerik support.

In general this features (AutoScroll and MinimumSize) are not supported in this view. When this view is used you should make sure that there always be enough space for the items.

As an alternative I can suggest you to use ExplorerBarView or OutlookView. With this views you can achieve better appearance for this case.

I hope this information helps. Should you have any other questions, I will be glad to assist you.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Matthias
Top achievements
Rank 1
answered on 15 Oct 2013, 11:48 AM
Hello Dimitar,

thanks for the answer. The ExplorerBar will work just fine.

Best regards
Tags
PageView
Asked by
Matthias
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Matthias
Top achievements
Rank 1
Share this question
or