CellView.fitModel

bool fitModel() @property

Get fitModel property.

Returns

Whether the view should request enough space to always fit

the size of every row in the model (used by the combo box to ensure the combo box size doesnt change when different items are selected).

since 3.0

void fitModel(bool propval) @property

Set fitModel property.

Parameters

propvalWhether the view should request enough space to always fit the size of every row in the model (used by the combo box to ensure the combo box size doesnt change when different items are selected). since 3.0