To Assign your own height you have to override the onRender method of ItemSelector.js
commonConfig = {
displayField: me.displayField,
valueField: me.valueField,
dragGroup: ddGroup,
dropGroup: ddGroup,
flex: 1,
hideLabel: true,
height : (this.height || 200)
}
height: ( me.height-37 || 163)
ReplyDeleteThis worked for me in Ext 4.0.7
Hi Ramirz,
ReplyDeleteIt is fixed in Ext4.0.7. I was referring to ExtJs4.0.2a