Can't dinamically resize multicombo - that's all

tried:

1.) resize container → multicombo.adjust()

2.) (multicombo.config.height=value OR multicombo.define(“height”, value)) → multicombo.resize()

What I made wrong???

Hi,

The height of Multicombo changes depending on content size. So, there is not possibility to set height manually. Please explain the issue in detail. Why do you need to change the height ?

Hi, Maria

I have many multicombo in row and want them to the same height.

I solved this problem with jquery :wink:

Hi,
I have same problem , can you tell me , how did you solve it?