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

Splitter / Rad Pane question

2 Answers 49 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Radboy1986
Top achievements
Rank 1
Radboy1986 asked on 20 Apr 2021, 03:00 PM

Greetings to all, 

Quick question:

Is the overflow property always set to "hidden" according to your framework?  I've been commissioned to work on a project that is using Telerik.

I need to set it up to "visible" because it's eating up a tab menu after the user clicks on a anchor hyperlink type of link on the bottom pane. 

 

Nothing is set up on <telerik:RadPane ID="radPaneBottom" runat="server" Width="100%" height="64%"  OnClientLoaded="SplitterLoaded"  scrolling="None"   >

that points out to the overflow being directly set to "hidden" but looking using the inspect option for browser debugging, there is a div container named: 

 

<div id="RAD_SPLITTER_PANE_CONTENT_radPaneBottom" style="width: 434px; height: 510px; overflow: hidden;"> 

If I set the overflow to 'visible' on the debugger (Elements) from google chrome, then the problem is gone.

 

Is there something I am missing here? Would there be a RadPane property that would allow me to set the overflow to "visible"?

 

Please advice.

2 Answers, 1 is accepted

Sort by
0
Radboy1986
Top achievements
Rank 1
answered on 20 Apr 2021, 03:05 PM
I meant to say that "nothing points out to overflow being directly set to "hidden"
0
Vessy
Telerik team
answered on 22 Apr 2021, 04:20 PM

Hi Javier,

RadSplitter is a wrapping layout control and as such, it usually contains other scrollable elements. In such scenarios, we recommend our clients to disable the scrolling of the RadPane, keeping only the scrolling of the inner elements in order to avoid scrolling confusions (thus the overflow is hidden).

I hope this explanation sheds some light n the matter. You can see all scrolling options available in RadSplitter in the following demo:

https://demos.telerik.com/aspnet-ajax/splitter/examples/scrolling/defaultcs.aspx 

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Splitter
Asked by
Radboy1986
Top achievements
Rank 1
Answers by
Radboy1986
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or