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

Gap between items in dropdown list

1 Answer 241 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
jincy
Top achievements
Rank 1
jincy asked on 03 Oct 2008, 09:36 AM
Hi,

I am using Rad combo box , i want to know how I can reduce the spacing between items in dropdownlist. Any help appreciated.
Regards,
Jincy

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Oct 2008, 12:57 PM
Hello Jincy,

Please use the following css styles to reduce the padding of items in RadComboBox:

.RadComboBoxDropDown_[Your_Skin] .rcbItem,   
.RadComboBoxDropDown_[Your_Skin] .rcbHovered,   
.RadComboBoxDropDown_[Your_Skin] .rcbDisabled,   
.RadComboBoxDropDown_[Your_Skin] .rcbLoading {   
    padding-top0px !important;  
    padding-bottom0px !important;  

you should replace [Your_Skin] with the name of the skin you use for the combobox.

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
jincy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or