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

problem with scrolling in design time

2 Answers 390 Views
PageView
This is a migrated thread and some comments may be shown as answers.
ISB-developer
Top achievements
Rank 2
ISB-developer asked on 09 Aug 2011, 01:16 PM
I am creating an application in which I use radPageView. I have setted up AutoScroll to True but in design time I cannot scroll down to see al the controls that I have inserted.
can you please help me?

2 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 11 Aug 2011, 12:06 PM
Hello Isb-Developer,

Thank you for writing.

RadPageView does not support scrolling in design time and this is why you are not able to do it. The AutoScroll property will affect only in run time. In order to see the controls that you have placed, increase the size of the form and the control as needed to see its content, make the required changes and reduce it to the desired level.

I hope that you find this information helpful.
 
Kind regards,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Accepted
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 06 Oct 2011, 06:09 PM
Alternatively, you can also place the controls on a user control which you then place on the page.
I sometimes do that to
  1. encapsulate control handling
  2. have the standard editing of Visual Studio within the user control with less interference
    • for example when directly editing on a PageView Page, I sometimes forget to re-set the default page to what the user would expect.
    • the PageView seems to have some layout bugs in the designer especially with anchored child controls
    • if you need to resize the container to see everything, you sometimes need to resize back for other effects which can be a hassle
  3. reuse the control in other containers
  4. protect myself from crashes of VS2010 and loss of work with complex layouts (multiple pages etc.)
  5. escape potential bugs in PageView while in the desiger

Erwin

Tags
PageView
Asked by
ISB-developer
Top achievements
Rank 2
Answers by
Stefan
Telerik team
erwin
Top achievements
Rank 1
Veteran
Iron
Share this question
or