Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.SmoothScroll Property

Defines whether smooth scrolling is used (available without column headers only).

Syntax

Get

VB.NETBoolean = object.SmoothScroll As Boolean
VBBoolean = object.SmoothScroll As Boolean
C#.NETbool Boolean = object.SmoothScroll;
VC++VARIANT_BOOL Boolean = object->SmoothScroll;
VARIANT_BOOL Boolean = object->GetSmoothScroll();
CHRESULT object->get_SmoothScroll(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SmoothScroll = Boolean As Boolean
VBobject.SmoothScroll = Boolean As Boolean
C#.NETbool object.SmoothScroll = Boolean;
VC++VARIANT_BOOL object->SmoothScroll = Boolean;
void object->PutSmoothScroll(VARIANT_BOOL Boolean);
CHRESULT object->put_SmoothScroll(VARIANT_BOOL Boolean);

object

A SftBox object.

Boolean

Defines whether smooth scrolling is used (available without column headers only).

BooleanDescription
TrueSmooth scrolling is used for the drop down portion if column headers are not displayed in the drop down portion.
FalseSmooth scrolling is never used.

Comments

The SmoothScroll property defines whether smooth scrolling is used (available without column headers only).

See Also SftBox Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.