dardison
19 Jan 2012, 6:18 PM
Hi,
I want to define a ListView widest than the ComboBox field it belongs to.
In GXT 2.0 this could be done by
myComboBox.setMinListWidth(size);
In GXT 3.0 there is no such method, but reading the code I found that that property is defined in ComboBoxCell and it seems they are using it for the same task, but it doesn't have a setter and is defined private.
Question are, will this property be accesible in the near future? Is there any other way of doing this?
Regards
Daniel
I want to define a ListView widest than the ComboBox field it belongs to.
In GXT 2.0 this could be done by
myComboBox.setMinListWidth(size);
In GXT 3.0 there is no such method, but reading the code I found that that property is defined in ComboBoxCell and it seems they are using it for the same task, but it doesn't have a setter and is defined private.
Question are, will this property be accesible in the near future? Is there any other way of doing this?
Regards
Daniel