[ Version ( since = "3.0" ) ]
public void set_min_content_height (int height)
Sets the minimum height that this 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 [property@Gtk.ScrolledWindow:max-content-height].
| this |
a `GtkScrolledWindow` |
| height |
the minimal content height |