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

Get rid of scroll bars on radpanel items

1 Answer 29 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 21 Mar 2011, 03:58 PM
I have a panel and I would like the items in it to not have scroll bars when i expand them. There is plenty of room at the bottom of the page to expand these to fit the items without use of scrollbars. I have tried palying with the height and childheight settings for all the parts but nothing makes any changes at all.

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 23 Mar 2011, 09:59 AM
Hi Matt,

You may use the following css to hide the scrollbar:

<style type="text/css"
    .RadPanelBar .rpGroup { 
     overflow:hidden !important
    
   
   </style>

Regards,
Helen
the Telerik team
Tags
PanelBar
Asked by
Matt
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or