ScrolledWindow.setMinContentHeight
void setMinContentHeight(int height)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.
It is a programming error to set the minimum content height to a value greater than #GtkScrolledWindow:max-content-height.
Parameters
height | the minimal content height |