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

RadToolBarDropDown DropDownWidth

1 Answer 96 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 21 Mar 2012, 04:36 PM
How can I set a RadToolBarDropDown to have its dropdownwidth expand as needed so that it's child buttons don't get wrapped?  The button text will vary so the dropdownwidth cannot be hard coded.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Mar 2012, 06:45 AM
Hi Ben,

To avoid wrapping the text of RadToolBarButton try the following css.
CSS:
<style type="text/css">
 .RadToolBarDropDown .rtbText
  {
   white-space:nowrap !important;
  }
</style>

Thanks,
Princy.
Tags
ToolBar
Asked by
Ben
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or