Gtk.PolicyType
Determines when a scroll bar will be visible.
- PolicyType.ALWAYS
The scrollbar is always visible.
- PolicyType.AUTOMATIC
The scrollbar will appear and disappear as necessary. For example, when all of a #GtkCList can not be seen.
- PolicyType.NEVER
The scrollbar will never appear.