Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SmoothScroll Property, SftTree Object

Defines whether items are scrolled pixel by pixel (for small scrolling increments 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 SftTree object.

Boolean

Defines whether items are scrolled pixel by pixel (for small scrolling increments only).

BooleanDescription
TrueSmooth scrolling is used for small vertical scrolling increments.
FalseSmooth scrolling is never used.

Comments

The SmoothScroll property defines whether items are scrolled pixel by pixel (for small scrolling increments only).

Smooth scrolling is only used when the entire window is scrolled vertically by a small amount. If column headers are shown, smooth scrolling is not used. Smooth scrolling can also be disabled using Control Panel.

See Also SftTree Object | Object Hierarchy


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