The KryptonTrackBar is a scrollable control similar to the scroll bar.
You can configure ranges through which the value of the Value property
of a track bar scrolls by setting the Minimum property to specify the lower
end and the Maximum property to specify the upper end of the range.
The LargeChange property defines the increment to add or subtract from
the Value property when clicks occur either side of the track position
indicator. The SmallChange property defines the increment to add or
subtract from the Value property when using the keyboard.

You can use the Orientation property to change the default horizontal
appearance to become vertical.

You can use the VolumeControl property to change the appearance
from a rectangle into a triangle as shown below.
