Dear all,
I am writing an application to maintain Hierarchies within a database.
I have used a treeview control with pretty good success but my users find the drag and drop facility a bit difficult to use because the Hierarchies can get quite big.
Our latest Idea is to try and emulate the look and feel of Windows Explorer.
This would require that I restrict the size of the TreeView and make some scroll bar(s) appear if it grows too much when expanded.
Could someone give me an idea how I could do this?
I could use something like an IFrame but I'd rather keep it all in the same frame...
Many Thanks
PS: my expertise is SQL Server so I am not entirely "fluent" in ASP.Net. Please forgive me if I missed something obvious!
I am writing an application to maintain Hierarchies within a database.
I have used a treeview control with pretty good success but my users find the drag and drop facility a bit difficult to use because the Hierarchies can get quite big.
Our latest Idea is to try and emulate the look and feel of Windows Explorer.
This would require that I restrict the size of the TreeView and make some scroll bar(s) appear if it grows too much when expanded.
Could someone give me an idea how I could do this?
I could use something like an IFrame but I'd rather keep it all in the same frame...
Many Thanks
PS: my expertise is SQL Server so I am not entirely "fluent" in ASP.Net. Please forgive me if I missed something obvious!