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

Shift splitter to accomodate Scrollbars

2 Answers 62 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 2
Brett asked on 17 Feb 2015, 08:52 PM
Hello,
I am looking for a little info on how to get the rad splitter to shift to accommodate the scrollbars when they dynamically appear.
Currently, my panel only displays scrollbars when required, but when the parent RadPanelItems are expanded and the scrollbars appear the splitter does not shift over to accommodate them and the scrollbar blocks the dropdown arrows from view on the Parent items.

You can see my issue in action here: http://dcmapsa.azurewebsites.net/

Is there a way to have the window resize to fit the scrollbars an the full width of the panelbar items?

2 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 20 Feb 2015, 03:33 PM
Hello,

In order to avoid this problem we suggest the following things:

    1. Please set the RadPanelBar Width property to "100%". This will avoid placing the splitter scroll bar over the expand/collapse icon of the RadPanelBar items.
    2. In order to show all RadPanelBar items when all of them are expanded ( including the ones at the bottom) please use the RadSplitter HeightOffset property. In you case the value that should be equal to the header element height value.
//markup code
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" Width="100%" Height="100%" HeightOffset="55">



Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Brett
Top achievements
Rank 2
answered on 21 Feb 2015, 02:50 AM
Thanks!  Works perfectly!
Tags
PanelBar
Asked by
Brett
Top achievements
Rank 2
Answers by
Boyan Dimitrov
Telerik team
Brett
Top achievements
Rank 2
Share this question
or