Synopsis  
 
Property Name
Description
Type
Values
BufferWidth
Specifies the width of the Groupbox buffer area
integer
0 - 0xFFFFFFFF
BufferHeight
Specifies the height of the Groupbox buffer area
integer
0 - 0xFFFFFFFF
ScrollSpeed
Specifies the Groupbox scroll speed
integer
0 - 0xFFFFFFFF
ScrollControlSize
Specifies the size of the Gorupbox Scroll Controls
integer
0 - 0xFFFFFFFF
 
 
 
 
 
Detail  

BufferWidth
 
This Property is used to set the width of the Groupbox buffer area. The locations and sizes of all sub-Components defined within a Groupbox Component should be relative to this value. If the BufferWidth value exceeds the width of the Groupbox Components' displayable window area then horizontal scroll controls will be provided automatically.  
 
BufferHeight
 
This Property is used to set the height of the Groupbox buffer area. The locations and sizes of all sub-Components defined within a Groupbox Component should be relative to this value. If the BufferHeight value exceeds the height of the Groupbox Components' displayable window area then horizontal scroll controls will be provided automatically.  
 
ScrollSpeed
 
Use this Property to specify the speed at which the Groupbox buffer area is moved by when the Scroll Top, Scroll Bottom, Scroll Left and Scroll Right controls are clicked.  
 
ScrollControlSize
 
Use this Property to specify the size of a Groupbox Components' scroll controls. The total width of a Groupbox Component is the width of the Groupbox Components' displayable window area plus the size of any associated vertical scroll controls. Similarly, the total height of a Groupbox Component is the height of the Groupbox Components' displayable window area plus the size of any associated horizontal scroll controls.  




Scope

The Properties listed in this section are defined as attributes of the XML tag corresponding to the following Components:

Groupbox Components




Related Topics

The Scroll Controls