|
|
|
|
BottomItemPartial Property, SftTree Class |
Returns the last item displayed in the tree control's client area, that is only partially visible.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property BottomItemPartial As ItemClass |
C# |
public ItemClass BottomItemPartial { get; } |
C++ |
public: property ItemClass^ BottomItemPartial { |
Property Value
The last item or null/Nothing if there is no item that is only partially visible.
Comments
The BottomItemPartial property returns the last item displayed in the tree control's client area, that is only partially visible.
BottomItemPartial returns the last item, but only if it is only partially visible. BottomItem always returns the last visible item, which may or may not be partially clipped vertically.
The TopItem property defines the first item displayed in the tree control's client area.