Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemStyle Property, SftTree Object

Defines the item style.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Style instead

Syntax

Get

VB.NETStyle = object.ItemStyle As SftTreeItemStyleConstants
VBStyle = object.ItemStyle As SftTreeItemStyleConstants
C#.NETSftTreeItemStyleConstants Style = object.ItemStyle;
VC++enum SftTreeItemStyleConstants Style = object->ItemStyle;
enum SftTreeItemStyleConstants Style = object->GetItemStyle();
CHRESULT object->get_ItemStyle(enum SftTreeItemStyleConstants* Style);

Put

VB.NETobject.ItemStyle = Style As SftTreeItemStyleConstants
VBobject.ItemStyle = Style As SftTreeItemStyleConstants
C#.NETSftTreeItemStyleConstants object.ItemStyle = Style;
VC++enum SftTreeItemStyleConstants object->ItemStyle = Style;
void object->PutItemStyle(enum SftTreeItemStyleConstants Style);
CHRESULT object->put_ItemStyle(enum SftTreeItemStyleConstants Style);

object

A SftTree object.

Style

Defines the item style.

StyleValueDescription
itemSftTreeFixed0All items in the tree control have the same height.
itemSftTreeVariable1The height of each item in the tree control may vary based on item attributes, such as fonts used, graphics sizes, etc.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Style instead

The ItemStyle property defines the item style.

It determines whether fixed height or variable height items are used.

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.