|
|
|
|
LastVisibleItem Property, SftTree Class |
Returns the last visible item in the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property LastVisibleItem As ItemClass |
C# |
public ItemClass LastVisibleItem { get; } |
C++ |
public: property ItemClass^ LastVisibleItem { |
Property Value
The last item or null/Nothing if the control's item collection is empty.
Comments
The LastVisibleItem property returns the last visible item in the control.
This is the very last item (on any level) that the control can display when the contents are scrolled to the very bottom.