ScrolledWindow.setMinContentHeight

Sets the minimum height that scrolled_window should keep visible. Note that this can and (usually will) be smaller than the minimum size of the content.

class ScrolledWindow
void
setMinContentHeight
(
int height
)

Parameters

height int

the minimal content height Since 3.0

Meta