Home - Forums-.NET - FlyTreeView (ASP.NET) - Expand and Collapse through shortcut keys

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Expand and Collapse through shortcut keys
Link Posted: 24-Aug-2008 22:06
Hi,

I am working in a project where i have a page containing 3 frames.
In one frame one form containing a menu is placed.
There are images on that frame to collapse or expand the frame(as well as menu).
For that i am using javascript to manage the width(%) of that form.
But i want to expand and collapse the frame using keyboard shortcut keys.
Can any body help?

Regards,

Snigdha
Link Posted: 25-Aug-2008 21:15
Snigdha,

FlyTreeView supports keyboard navigation using arrow keys.

You can also add your own global key handlers and use FlyTreeView client-side API to expand/collapse/select nodes.