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

Disabling resize for RibbonBar

1 Answer 47 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 23 Feb 2012, 06:06 AM
Hi All,

I am using a fixed width RibbonBar in my application. Looks like setting the width of the RibbonBar causes it to show resize handle. I am looking for a way to hide the resize handle and to disable resizing functionality. Any help in this regard is highly appreciated. 

Thanks in advance,
Prasad 

1 Answer, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 23 Feb 2012, 04:29 PM
Hello Prasad,

Try the following CSS:
.RadRibbonBar .rrbResizeHandle
{
    display:none;
}

 
Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
RibbonBar
Asked by
Prasad
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or