Scroll Button
Scroll Buttons appear automatically when a PageControl’s size does not allow all tabs to be visible within the tab header at one time. Scroll buttons enable end-users to scroll tabs. When scrolling is not needed, corresponding scroll buttons are disabled.
The table below lists the main members that affect element appearance and functionality.
Characteristics | Members |
---|---|
Availability | TabControlSettingsBase.EnableTabScrolling (via PageControlSettings.EnableTabScrolling) |
Image | TabControlImages.ScrollLeftButton (via PageControlSettings.Images.ScrollLeftButton), TabControlImages.ScrollRightButton (via PageControlSettings.Images.ScrollRightButton) |
Indent | TabControlStyle.ScrollButtonsIndent (via PageControlSettings.ControlStyle.ScrollButtonsIndent) |
Spacing | TabControlStyle.ScrollButtonSpacing (via PageControlSettings.ControlStyle.ScrollButtonsSpacing) |
Style | TabControlStyles.ScrollButton (via PageControlSettings.Styles.ScrollButton) |