ClampScrollable.setMaximumSize
void setMaximumSize(int maximumSize)Sets the maximum size allocated to the child.
It is the width if the clamp is horizontal, or the height if it is vertical.
Parameters
maximumSize | the maximum size |
void setMaximumSize(int maximumSize)Sets the maximum size allocated to the child.
It is the width if the clamp is horizontal, or the height if it is vertical.
maximumSize | the maximum size |