--- title: "TrackBar Control" ms.date: "03/30/2017" helpviewer_keywords: - "sliders" - "slider controls [Windows Forms]" - "TrackBar control [Windows Forms]" ms.assetid: 37d6aee3-7e8a-4a10-a99c-3a6e09199553 --- # TrackBar Control (Windows Forms) The Windows Forms `TrackBar` control (also sometimes called a "slider" control) is used for navigating through a large amount of information or for visually adjusting a numeric setting. The `TrackBar` control has two parts: the thumb, also known as a slider, and the tick marks. The thumb is the part that can be adjusted. Its position corresponds to the property. The tick marks are visual indicators that are spaced at regular intervals. The track bar moves in increments that you specify and can be aligned horizontally or vertically. An example use of a track bar would be for setting cursor blink rate or mouse speed. ## In This Section [TrackBar Control Overview](trackbar-control-overview-windows-forms.md) Introduces the general concepts of the `TrackBar` control, which allows users to navigate through information by visually adjusting a numeric setting. ## Reference class Provides reference information on the class and its members. ## Related Sections [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md) Provides a complete list of Windows Forms controls, with links to information on their use.