IsDropHasCombosWidth: Boolean
The IsDropHasCombosWidth property sets whether drop-down panel width does not depend on the input editor width.
Available values:
true. Default value. Drop-down panel width is equal to to input editor width.
false. Drop-down width will not fit the component width.
Use JSON or the setIsDropHasCombosWidth method to set the property value and the getIsDropHasCombosWidth method to get the property value.
The property use is given in description of the Combo.getTextBox method.
See also: