Gtk.CornerType Enumeration
Specifies which corner a child widget should be placed in when packed into a Gtk.ScrolledWindow. This is effectively the opposite of where the scroll bars are placed.

Syntax

[GLib.GType(typeof(Gtk.CornerTypeGType))]
public enum CornerType

Remarks

This is effectively the opposite of where the scroll bars are placed.

Members

Member NameDescription
TopLeftPlace the scrollbars on the right and bottom of the widget (default behaviour).
BottomLeftPlace the scrollbars on the top and right of the widget.
TopRightPlace the scrollbars on the left and bottom of the widget.
BottomRightPlace the scrollbars on the top and left of the widget.

Requirements

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