Scroller

[TOC]

The View Builder's Scroller section, contains the following properties :

ViewScroller

Appearance

Properties Description
BackColor The background color of the field.

Behavior

Properties Description
EnableMouseEvents Determines whether the field gets mouse events.
MouseOverHand Determines whether the field shows hand when mouse is over it.
Visible Determines whether the field is hidden or visible.

Border

Properties Description
BorderColor The border color of the field.
BorderDashStyle The border style.
BorderEnabled Enables border of the field.
BorderStyle Set sides of border to draw.
BorderWidth Width of border of the field.

Design

Properties Description
Locked Object will not be clicked in the designer.
Name Indicates the name used in scripts to identify the object.
Tooltip

Labels

Properties Description
LabelFont The font of the component.
Labels The labels used in the field.

Layout

Properties Description
Location The coordinates of the upper-left corner of the field.
Size The size of the field in pixels.

Misc

properties Description
LabelColor The background color of the label.
Max The maximum value.
Min The minimum value.
RoundedEdges Applying the rounded edges to the scroller.
SliderBorderColor the border color for the slider.
SliderColor The background color of the slider.
Value The value.

Scripts

Properties Description
OnMouseClick Script that will be performed when field is clicked.
OnMouseEnter Script that will be performed when mouse comes over top of the field.
OnMouseLeave Script that will be performed when mouse is no longer over field.
OnScroll Script that will be performed on the scroller.