Navigate Focus with Arrow Keys on Container having Multiple Panels/Controls

csharp Kenya
  • 13 years ago

    Navigate Focus with Arrow Keys on Container

    How to navigate focus using Arrow Keys only (no Tab/Shift-Tab) on following layout and in the same order

    Panel mainPanel containsthe following Controls as

    Panel p1 with buttons p1b1, p1b2, p1b3

    Buttons b1, b2, b3

    Panel p2

    Panel p3 with buttons p3b1, p3b2, p3b3

    ListBox L1

    A screenshot of the above is available at http://img130.imageshack.us/img130/4610/btnlayoutpk1.png[^]
    I understand that I need to set the tabIndex of individual Controls but dont quite figure out in which order they need to be set. Do I need to change the TabIndex of Panels or Individual Controls or both.

    Any Suggestions?
    Thanks...

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout