Gtk.Widget.OnSetScrollAdjustments Method
Virtual method to support scrollable widgets.

Syntax

protected virtual void OnSetScrollAdjustments (Adjustment hadj, Adjustment vadj)

Parameters

hadj
a horizontal plane Gtk.Adjustment
vadj
a vertical plane Gtk.Adjustment

Remarks

Override this method in a subclass to support scrolling of the widget within a viewport smaller than the widget's size.

Requirements

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