From the category archives:

FxVScrollBar

The following example shows how you can set the minimum, maximum, and current value on a Flex Gumbo FxHScrollBar control by setting the minimum, maximum, and value properties.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can remove the increment and decrement buttons on a Flex Gumbo FxVScrollBar control by creating a custom skin and setting the skinClass style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can get a Flex Gumbo FxTextArea control’s current vertical scroll position and maximum scroll position by accessing the FxTextArea control’s internal FxScroller instance’s vertical scroll bar.

Full code after the jump.

[click to continue…]

{ 2 comments }