Gtk.ScrollType Enumeration
An enumeration used by ScrolledWindow and Range.

Syntax

[GLib.GType(typeof(Gtk.ScrollTypeGType))]
public enum ScrollType

Remarks

This enumeration is used by Gtk.ScrolledWindow and Gtk.Range to decide how scrolling behaves.

Members

Member NameDescription
NoneThe default setting. Indicates that the scrollbar's slider is not moved.
JumpSets the scrollbar's slider to the position described in the accompanying float parameter.
StepBackwardSets the scrollbar's slider back one step increment from its current position.
StepForwardSets the scrollbar's slider forward one step increment from its current position.
PageBackwardSets the scrollbar's slider back one page increment from its current position.
PageForwardSets the scrollbar's slider forward one page increment from its current position.
StepUpMove the scroller a step up.
StepDownMove the scroller a step down.
PageUpMove the slider a page up.
PageDownMove the slider a page down.
StepLeftSets the scrollbar's slider back one step increment to the left from its current position.
StepRightSets the scrollbar's slider forward one step increment to the right from its current position.
PageLeftSets the scrollbar's slider back one page increment to the left from its current position.
PageRightSets the scrollbar's slider forward one page increment to the right from its current position.
StartSets the scrollbar's slider to the beginning of the scrollbar.
EndSets the scrollbar's slider to the end of the scrollbar.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0