The first visible node in the TreeView. Initially the first root node is at the top of the TreeView, but if the contents have been scrolled another node may be at the top.
[Visual Basic] Public ReadOnly Property TopNode As TreeNode [C#] public TreeNode TopNode {get;} [C++] public: __property TreeNode* get_TopNode(); [JScript] public function get TopNode() : TreeNode;
TreeView Class | TreeView Members | System.WinForms Namespace