V_SCROLLBAR Properties |
The Vertical Scrollbar control is designed to create and manipulate vertical scrollbars on the screen.
This control can be created either by using the V_SCROLLBAR directive or by using the NOMADS Panel Designer to draw a Vertical Scrollbar Control and apply the desired attributes.
Below is a list of properties used to define and manipulate Vertical Scrollbar controls. For a list of properties used to define Horizontal Scrollbar controls, see H_SCROLLBAR Properties.
Use the links in the Property column to access the PxPlus Help page for a selected property. The Help page may provide additional details, particularly if the property can be used to define other controls.
For a complete list of all the properties available, see Properties List.
Property |
Description | ||||||||||
When set, the control will generate a 'Change' event whenever its value changes as opposed to the default Off state where the control will only generate the change event when losing focus. Possible values are:
| |||||||||||
Scrollbar big jump value. (Default: 0) | |||||||||||
This property, when set to any value, will cause the control to be moved to the top of the display order. Once at the top of the display order, the control will appear visually on top of any other control on the window. (Default: Not Applicable - Always returns 0) | |||||||||||
Screen position (column) of control. | |||||||||||
Width of control in column units. | |||||||||||
Control type ("V_SCROLLBAR"). See V_SCROLLBAR directive. | |||||||||||
Enabled indicator: 1 = True; 0 = False (Default: 1) | |||||||||||
Height of control in pixels. | |||||||||||
Windows handle for control. | |||||||||||
Hot key to jump to control. | |||||||||||
Left margin for control in pixels. | |||||||||||
Screen position of control. | |||||||||||
Height of control in number of lines. | |||||||||||
Defines how a control will look. Possible values are:
| |||||||||||
Maximum value that the control will return. On a scroll bar, the value set in the MaxValue is used to determine the value returned when the scrollbar is slid to its highest position. | |||||||||||
User object method. (Default: 0 - No object specified) The 'ObjectID property allows applications to intercept property values and add methods to controls. When set to a valid ObjectID by the application, you can add methods and add/override property logic for any control in the system. When set in the system, it allows the application to logically request methods against the control that, in turn, will be performed by the related Object ID. It will also first check the object for any property requests and, if the property is defined in the object, set or get that property instead of the controls. To allow the specified object to get true access to the control, while executing within the object identified by the 'ObjectID property, the system will direct any property requests directly to the control. Note: | |||||||||||
This property controls the CTL event that will be fired prior to the system displaying the Tip for any control. If the value of this property is non-zero, the system will use its value of a CTL event to fire and will defer the display of the tip until the application changes the value in 'Tip$. If the value in 'Tip$ is not changed, no tip will be displayed. Setting this to zero (Default) disables the event from being sent and the current 'Tip$ will be displayed. | |||||||||||
Parent window handle. | |||||||||||
Set scroll wheel increment. This property is used to define how many lines each click of the scroll wheel will move a list box or grid. Possible values are:
| |||||||||||
Scrollbar small jump value. | |||||||||||
This property defines the size of the slider in terms of the total size of scrollbar. If this property is not set (Default: 0), the standard slider size will be shown. Example: If the scrollbar represents 100 records and the application is displaying 10 records, the application could set the ThumbSize to 10, resulting in the system displaying a slider approximately 1/10th the size of the scrollbar. | |||||||||||
Top of control in pixels. | |||||||||||
Current item or grid cell value. | |||||||||||
Control visible flag: 1 = Yes; 0 = No (Default: 1) | |||||||||||
Width of control in pixels. | |||||||||||
Controls the list of properties to be returned in '_PropValues$. Each value is separated by the value in '_PropSep$. This property can be used to speed up the processing of multiple property accesses but reducing the number of interactions with the control. See Multi-Property Access. | |||||||||||
Controls the separator used between each of the values of the properties returned in '_PropValues$ as defined by '_PropList$. This property can be used to speed up the processing of multiple property accesses but reducing the number of interactions with the control. See Multi-Property Access. | |||||||||||
Accesses the values of the properties defined in '_PropList$. Each value is separated by the value in '_PropSep$. This property can be used to speed up the processing of multiple property accesses but reducing the number of interactions with the control. See Multi-Property Access. |
Using Property Names
Compound Properties