Scrolling property


Available for ProgressBar objects.

Read/Write at design time

Sets the style for a ProgressBar object.

It can be one of the following values:

0  Standard   The progress bar displays progress status in a segmented bar (default)
1  Smooth  The progress bar displays progress status in a smooth scrolling bar.
2  Marquee  The progress indicator moves repeatedly along the length of the bar indicating activity.


WARNING: For the style "2 Marquee" to have effect (Windows XP and later only), Common Controls 6.0 must be activated, that is, the Manifest option, in the Project Properties, must be checked.

REMARKS: When this property is set to "2 Marquee", the SetMarquee method allows you to start / stop the marquee mode.