minimal_height property

minimal_height property

Returns or sets the minimal possible height of a row. Read/write float.

Definition:

@property
def minimal_height(self):
    ...

@minimal_height.setter
def minimal_height(self, value):
    ...

See Also