namespace System.Windows.Forms { public class VScrollBar : ScrollBar { public VScrollBar() { control.Orientation = Windows.Controls.Orientation.Vertical; } } }