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