This is a migrated thread and some comments may be shown as answers.

Tabindex for tabitems

3 Answers 203 Views
Tabstrip (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lamees Afify
Top achievements
Rank 1
Lamees Afify asked on 01 Jul 2008, 12:29 PM
Hey,
    Is there anyway to set the TabIndex property for the tabs in RadTabstrip? I want to set the tabindex of every tab so the user can select them and that they look different when their taborder is hit by the user Tab key but there is no such property.
Thanks

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 04 Jul 2008, 07:09 AM
Hello Lamees Afify,

TabItem does not support TabIndex property for tab selection. This is because Tab key e processed differently than the other keys in WidowsForms. The Tab key is used to move between separate controls and therefore events like KeyDown, KeyUp and KeyPress are not fired for controls.

However, there is a workaround for you that I can offer. This workaround allows you to switch between the tabs in RadTabStrip pressing the Tab key. Two approaches are demonstrated:
  1. Switching between tabs depending on their order in the RadTabStrip.Items collection.
  2. You can use the Tag property to set a value, which later will be used as a TabIndex value.
If you have additional questions, feel free to contact me.

Sincerely yours,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
NewBee
Top achievements
Rank 1
answered on 02 Nov 2009, 08:12 PM
Do you have the RadTabStripTab example in VB?  I don't know C#.
0
Nikolay
Telerik team
answered on 05 Nov 2009, 04:56 PM
Hi NewBee,

Feel free to use our C# to VB.NET code converter www.codechanger.com. It will help you translate the RadTabStrip example into VB.NET.

If you have additional questions, feel free to contact us.

Regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Tabstrip (obsolete as of Q2 2010)
Asked by
Lamees Afify
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
NewBee
Top achievements
Rank 1
Share this question
or