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
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.
Thanks it worked for me.
I am glad that I've managed to help.
If I may be of further assistance with the following please let me know.