ClampScrollable.maximumSize

int maximumSize() @property

Get maximumSize property.

Returns

The maximum size allocated to the child.

It is the width if the clamp is horizontal, or the height if it is vertical.

void maximumSize(int propval) @property

Set maximumSize property.

Parameters

propvalThe maximum size allocated to the child. It is the width if the clamp is horizontal, or the height if it is vertical.