C
celoftis
Using VS2005, ASP.NET.
Check out the tree view on this page:
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.treeview.aspx
When you hover over the border between the two frames, a tooltip
displays: "Click and drag to resize. Double click or press 't' to
toggle visibility."
How can I implement this functionality? More specifically, I know that
I can use frames to get a treeview on the left and content on the
right... but how do I get the "Double click or press 't' to toggle
visibility" functionality to work?
Any pointers or code snippets would be greatly appreciated!
celoftis
Check out the tree view on this page:
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.treeview.aspx
When you hover over the border between the two frames, a tooltip
displays: "Click and drag to resize. Double click or press 't' to
toggle visibility."
How can I implement this functionality? More specifically, I know that
I can use frames to get a treeview on the left and content on the
right... but how do I get the "Double click or press 't' to toggle
visibility" functionality to work?
Any pointers or code snippets would be greatly appreciated!
celoftis