IsDropHasCombosWidth: Boolean
The IsDropHasCombosWidth property sets whether drop-down panel width does not depend on the entry editor width.
Available values:
true. Drop-down panel width is equal to to entry editor width (default).
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 example of property use is given in description of the Combo.getTextBox method.
See also: