The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
The VB6 TreeView control had a HitTest method returning a node for an (x,y) pair. Anyone know how to get from coordinates to a TreeNode in the .NET TreeView? I can't see it.
Thanks
-Jeremy Pardoe-
Sorry, this was a dumb question. The answer is the GetNodeAt method of the TreeView. Do't know how I missed it.
ADAdministrator Syncfusion Team September 24, 2003 08:48 AM UTC
> The VB6 TreeView control had a HitTest method returning a node for an (x,y) pair. Anyone know how to get from coordinates to a TreeNode in the .NET TreeView? I can't see it.
>
> Thanks
>
> -Jeremy Pardoe-