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

Slidingpane dynamic content

2 Answers 67 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Bill TenBroeck
Top achievements
Rank 1
Bill TenBroeck asked on 11 Mar 2009, 12:18 AM
I have a slidingpane with dynamic content.  Problem is that when the Tree (not telerik's) is expanded, the content overflows the pane.  I am attaching a screenshot so that you can see whats going on, although I would like to submit the code it would be difficult for you to reproduce.  I just need some pointers on what might be going on.

Screenshot 

2 Answers, 1 is accepted

Sort by
0
Accepted
Tsvetie
Telerik team
answered on 13 Mar 2009, 09:00 AM
Hello Bill,
Most probably the TreeView control that you have placed in the RadSlidingPane uses "position:relative". If this is the case, you have to apply that positioning to the element that you scroll. The CSS class, applied to that element is rspSlideContent. For example:
<style type="text/css"
.rspSlideContent 
    position:relative
</style> 

In case this does not help, I will need a simple running project, demonstrating the problem, so that I can research what is causing it locally.

Kind regards,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Bill TenBroeck
Top achievements
Rank 1
answered on 13 Mar 2009, 03:15 PM
Thank you!  That did the trick.
Tags
Splitter
Asked by
Bill TenBroeck
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Bill TenBroeck
Top achievements
Rank 1
Share this question
or