Property HorizontalScrollbar
HorizontalScrollbar
Indicates whether or not the list box should display a horizontal scrollbar when the items extend beyond the right edge of the list box. If true, the scrollbar will automatically set its extent depending on the length of items in the list box. This property may not be supported on some platforms. Default is false.
public virtual bool HorizontalScrollbar { get; set; }