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

ContentURL set provides double scroll bar

1 Answer 82 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 03 Jul 2008, 09:10 AM
I have a problem.  I have a rad splitter with two panes left and right which are all maximized to full screen.

The right panel's content URL is set to a different page.  When this is done, we get double scroll bars on the right.  we have one disabled but it is still visible. 

I have tried activating and deactiviating each scroll bar .
Setting scrolling=no does not work as we need to scroll the nested content page.

Does anyone know how to only get one working scroll bar inside the contentURL's page?

thanks,
- John

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 07 Jul 2008, 09:54 AM
Hi John,

Please open a support ticket and send us a sample project where the behavior can be observed. We will check it locally and do our best to provide a solution.


Note that the RadPane's Scrolling property is used to control which scroll bars are displayed:
  • None - RadPane never displays scroll bars. If the content exceeds the size of the pane, it is cropped. 
  • X - RadPane displays only a horizontal scroll bar when the content exceeds its width. If the content exceeds the height of the pane, it is cropped.
  • Y - RadPane displays only a vertical scroll bar when the content exceeds its height.  If the content exceeds the width of the pane, it is cropped.
  • Both - RadPane displays horizontal and vertical scroll bars when the content exceeds its width and height, respectively.
Kind regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
john
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or