BaseTreeView Constructor

Declaration

public BaseTreeView();

Description

Creates a TreeView with all default properties.

Use SetRootItems_1 to add content.


Declaration

public BaseTreeView(int itemHeight);

Parameters

itemHeight The item height to use in FixedHeight virtualization mode.

Description

Creates a TreeView with specified factory methods using the fixed height virtualization method.

Use SetRootItems_1 to add content.


Did you find this page useful? Please give it a rating: