Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Scrollbars Property, SftTree Object

Defines the presence of horizontal and vertical scroll bars.

Syntax

Get

VB.NETStyle = object.Scrollbars As SftTreeScrollbarsConstants
VBStyle = object.Scrollbars As SftTreeScrollbarsConstants
C#.NETSftTreeScrollbarsConstants Style = object.Scrollbars;
VC++enum SftTreeScrollbarsConstants Style = object->Scrollbars;
enum SftTreeScrollbarsConstants Style = object->GetScrollbars();
CHRESULT object->get_Scrollbars(enum SftTreeScrollbarsConstants* Style);

Put

VB.NETobject.Scrollbars = Style As SftTreeScrollbarsConstants
VBobject.Scrollbars = Style As SftTreeScrollbarsConstants
C#.NETSftTreeScrollbarsConstants object.Scrollbars = Style;
VC++enum SftTreeScrollbarsConstants object->Scrollbars = Style;
void object->PutScrollbars(enum SftTreeScrollbarsConstants Style);
CHRESULT object->put_Scrollbars(enum SftTreeScrollbarsConstants Style);

object

A SftTree object.

Style

Defines the presence of horizontal and vertical scroll bars.

StyleValueDescription
scrollSftTreeNone0No scroll bars are shown.
scrollSftTreeHorz1A horizontal scroll bar is shown if horizontal scrolling is possible, because the horizontal extent is wider than the display area of the tree control, otherwise the horizontal scroll bar is not shown. For more information, see the Items.HorizontalExtent property.
scrollSftTreeVert2A vertical scroll bar is shown if vertical scrolling is possible, because more items are visible than fit into the display area of the tree control, otherwise the vertical scroll bar is not shown.
scrollSftTreeBoth3The horizontal and vertical scroll bars are shown if needed. See scrollSftTreeHorz and scrollSftTreeVert.
scrollSftTreeHorzDis4The horizontal scroll bar is always shown. The scroll bar is enabled if horizontal scrolling is possible, because the horizontal extent is wider than the display area of the tree control, otherwise the horizontal scroll bar is disabled. For more information, see the Items.HorizontalExtent property.
scrollSftTreeVertDis5The vertical scroll bar is always shown. The scroll bar is enabled if more items are visible than fit into the display area of the tree control, otherwise the vertical scroll bar is disabled.
scrollSftTreeBothDis6The scroll bars are always shown. The scroll bars may be enabled and disabled as described with scrollSftTreeHorzDis and scrollSftTreeVertDis.

Comments

The Scrollbars property defines the presence of horizontal and vertical scroll bars.

Horizontal scrolling is also dependent on the settings of the Items.HorizontalExtent property or the use of the Items.RecalcHorizontalExtent method.

The visual appearance of the scroll bars can be defined using the ScrollbarStyle property.

This property is read/only at run-time.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.