digeomel
18 Feb 2008, 7:17 AM
Hello,
I have read the docs, searched the forum, looked into the source code for the combobox, but for the life of me I cannot find an easy way to set the height of the drop down list.
The only (ugly) solution I could come up with is this:
<style type="text/css">
.x-combo-list {
height: 200px !important;
}
.x-combo-list-inner {
height: 191px !important;
}
</style>
Oh, and yes, I tried setting the height inside the undocumented property listClass. No luck there either, if I include the !important value then the resize handle is rendered very weird.
Any suggestions?
Thanks in advance.
I have read the docs, searched the forum, looked into the source code for the combobox, but for the life of me I cannot find an easy way to set the height of the drop down list.
The only (ugly) solution I could come up with is this:
<style type="text/css">
.x-combo-list {
height: 200px !important;
}
.x-combo-list-inner {
height: 191px !important;
}
</style>
Oh, and yes, I tried setting the height inside the undocumented property listClass. No luck there either, if I include the !important value then the resize handle is rendered very weird.
Any suggestions?
Thanks in advance.