Control : VerticalProgressBar

Page Status: Beta
Jump to: navigation, search

VerticalProgressBar Icon

Back to Controls

Contents

Description

The VerticalProgressBar is a narrow, vertical bar with a small slider whose progress along the bar determines the value of the field the control is tied to. This slider can be moved manually (by the user) or programatically (by a function). The only way in which this control differs from the HorizontalProgressBar is that this control has the Vertical property set to True by default.

The VerticalProgressBar has three important properties: Discrete Count, Max Value, and Min Value. Each of these can either be tied to a class field or set with an expression. The MaxValue indicates the value of the control when the slider is all the way at the bottom. The MinValue indicates the value of the control when the slider is all the way at the top. If the Use Discrete Count property is checked (True), then DiscreteCount determines how many discrete steps the slider makes in getting from MinValue to MaxValue. Otherwise, the slider moves in single integer steps.

How To

For a detailed example of how to use the control, see the HorizontalProgressBar Use Case.

Associated Data Types

Associated Interface Types

  • None

Required Adapter Types

  • None

Associated Properties

Common Properties Index

Specialized Properties

Unique Properties

  • None
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.