ComponentOne Menus and Toolbars for WinForms
Scroll Bars
OutBar Overview > OutBar Appearance and Behavior Properties > Scroll Bars

C1OutBar provides a C1OutPage.AutoScroll property to enable scroll bars for specific pages in the C1OutBar. By default, the C1OutPage.AutoScroll property is disabled. To enable the scroll bars, you can set the C1OutPage.AutoScroll property to True.

The following image shows scroll bars in the second page of the C1OutBar.

In addition to scroll bars, C1OutBar has a ShowScrollButtons property that enables scroll buttons along side of the C1OutBar. By default, this property is enabled. To disable this property, set the ShowScrollButtons to False.

See Also