ProgressBar Control

A ProgressBar indicates the progress of a process.

Client support

Newlook Smartclient only.

While the progress bar control will render initally in Newlook Server, it cannot be dynamically updated to reflect the progress of a process.

Use

Progress bars are commonly used to give the user an idea of how long to wait for a protracted process to complete, by displaying an appropriate number of rectangles arranged in a horizontal bar. When the process is complete, the bar is filled.

Key properties include: Value, Minimum, and Maximum. The Minimum and Maximum properties set the maximum and minimum values the progress bar can display. The Value property represents the progress that has been made toward completing the operation. Because the bar displayed in the control is composed of blocks, the value displayed by the ProgressBar control only approximates the Value property's current value. Based on the size of the ProgressBar control, the Value property determines when to display the next block.

Material skin considerations

When the material skin is enabled in your solution, progress bars will be rendered with material styling. The most noticeable difference is the control is rendered flat, in the material primary color. There is no change to the behavior of this control or any supported properties.

Material skin

Classic skin

See Also

Objects and Controls


© 2004-2021 looksoftware. All rights reserved.