# Scroll Bars

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



[C1OutBar](/componentone/docs/win/online-menus-toolbar/) provides a **C1OutPage.AutoScroll** property to enable scroll bars for specific pages in the [C1OutBar](/componentone/docs/win/online-menus-toolbar/). 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](/componentone/docs/win/online-menus-toolbar/).<br />![Scrollbars in Outbar](https://cdn.mescius.io/document-site-files/images/a27cb622-e6d9-4efc-a0b0-0c31245fd632/imagesext/image11_248.png)

In addition to scroll bars, [C1OutBar](/componentone/docs/win/online-menus-toolbar/) has a [ShowScrollButtons](/componentone/docs/win/online-menus-toolbar/) property that enables scroll buttons along side of the [C1OutBar](/componentone/docs/win/online-menus-toolbar/). By default, this property is enabled. To disable this property, set the [ShowScrollButtons](/componentone/docs/win/online-menus-toolbar/) to **False**.

## See Also

[TopicBar Overview](/componentone/docs/win/online-menus-toolbar/topicbaroverview)