' Set to always show scroll buttons Me.ultraTabControl1.ScrollButtons = TabScrollButtons.Always ' Sets the type of ScrollButton Me.ultraTabControl1.ScrollButtonTypes = ScrollButtonTypes. NextPrevious ' Sets the Style for the ScrollButton Me.ultraTabControl1.ScrollButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007ScrollbarButton ' Sets the Style for the arrrow in the ScrollButton Me.ultraTabControl1.ScrollArrowStyle = ScrollArrowStyle.VisualStudio