Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
set the height of individual items in combox.
posted

Hi,

I want to set height of individual items in combo box (ignite ui) as in sample - http://igniteui.com/er-dashboard-sample (Vital Signs), how it is possible.

Thanks,

Daljit Singh

Parents
  • 11095
    Verified Answer
    Offline posted

    Hello Daljit,

    Thank you for contacting Infragistics Developer Support!

    As far I can see all items in the specified combo have the same height, I am not sure that I am understanding you correctly. However if you want to achieve the same effect you can set the following css:

    1
    2
    3
    4
    .ui-igcombo-list .ui-igcombo-listitemholder .ui-igcombo-listitem {
    	padding-top: 15px;
    	padding-bottom: 15px;
    }

    If that is not what you are trying to achieve please clarify your goal.

Reply Children