|
|
|
|
TopItem Property, SftTree Class |
Defines the first item displayed in the tree control's client area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property TopItem As ItemClass |
C# |
public ItemClass TopItem { get; set; } |
C++ |
public: property ItemClass^ TopItem { |
Property Value
The top item.
Comments
The TopItem property defines the first item displayed in the tree control's client area.
The ItemClass.ScrollIntoView method can be used to insure that an item is displayed in the tree control area. The TopItem property is used to make the item specified the very first item shown in the tree control area.
The BottomItem property defines the last item displayed in the tree control's client area.