Leaflet.homogeneous

bool homogeneous() @property

Get homogeneous property.

Returns

Whether the leaflet allocates the same size for all children when folded.

If set to FALSE, different children can have different size along the opposite orientation.

Deprecated

void homogeneous(bool propval) @property

Set homogeneous property.

Parameters

propvalWhether the leaflet allocates the same size for all children when folded. If set to FALSE, different children can have different size along the opposite orientation.

Deprecated