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