SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines automatic vertical scrolling when using the Items.DropIndex property.
Get
VB.NET | Boolean = object.DropScrolling As Boolean |
VB | Boolean = object.DropScrolling As Boolean |
C#.NET | bool Boolean = object.DropScrolling; |
VC++ | VARIANT_BOOL Boolean = object->DropScrolling; VARIANT_BOOL Boolean = object->GetDropScrolling(); |
C | HRESULT object->get_DropScrolling(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.DropScrolling = Boolean As Boolean |
VB | object.DropScrolling = Boolean As Boolean |
C#.NET | bool object.DropScrolling = Boolean; |
VC++ | VARIANT_BOOL object->DropScrolling = Boolean; void object->PutDropScrolling(VARIANT_BOOL Boolean); |
C | HRESULT object->put_DropScrolling(VARIANT_BOOL Boolean); |
object
Boolean
Defines automatic vertical scrolling when using the Items.DropIndex property.
Boolean | Description |
---|---|
True | If the DropIndex property is set to the first (or last) item currently visible in the drop down portion, the control automatically scrolls up (or down) one item. This allows a user to drag items to a target item which has to be scrolled into view first. The contents of the control will scroll in the given direction until the DropIndex property is set to -1 or to the index of an item which is not the first (or last) item visible. |
False | The drop down portion will not be scrolled. |
The DropScrolling property defines automatic vertical scrolling when using the Items.DropIndex property.
Based on the DropScrolling property, if the Items.DropIndex property is set to the first (or last) item currently visible in the drop down portion, the control automatically scrolls up (or down) one item. This allows a user to drag items to a target item which has to be scrolled into view first. The contents of the control will scroll in the given direction until the Items.DropIndex property is set to -1 or to the index of an item which is not the first (or last) item visible.
If the Items.DropIndex property is set to -1, the DropScrolling property is automatically set to False.
See Also SftBoxItems Object | Object Hierarchy