Notebook.scrollable
bool scrollable() @property nothrowGet scrollable property.
Returns
If true, scroll arrows are added if there are too many pages to fit.
void scrollable(bool propval) @property nothrowSet scrollable property.
Parameters
propval | If true, scroll arrows are added if there are too many pages to fit. |