The Track Bar is a horizontal slider that enables the user to select values on a bar by moving the slider. The tick marks are spaced at regular intervals called the tick frequency. The user can set the Maximum and Minimum values on the TrackBar.
The GIF below shows the Ribbon TrackBar in a ribbon application.
The Ribbon TrackBar can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the Ribbon TrackBar using the Ribbon TrackBar Floating ToolBar or by editing the properties in the Properties Window. For more information about floating toolbars, refer this topic.
The image below depicts the floating toolbar of Ribbon TrackBar.
The TrackBar can also be added programmatically to the Ribbon control using the RibbonTrackBar class. This is depicted in the code below: