Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8572221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:57:36+00:00 2026-06-11T18:57:36+00:00

All, I have simple accordion with 2 accordion items each containing 4 text boxes.

  • 0

All,

I have simple accordion with 2 accordion items each containing 4 text boxes. When I tab into the accordion item, why can’t I tab across each of the textboxes in the accordion item? I tried practically everything from tabindex to TabNavigation=’Local’ & ‘Cycle’.

I want to be able to tab through all textboxes in the accordion item.

Requested code:

<UserControl x:Class="Pimarc.Silverlight.Commerce.UI.View.TestView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400" xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit">

<Grid x:Name="LayoutRoot" Background="White">
    <toolkit:Accordion HorizontalAlignment="Left" Margin="30,46,0,0" Name="accordion1" VerticalAlignment="Top" Width="200">
        <toolkit:AccordionItem Header="abac" IsTabStop="True" TabNavigation="Cycle">
            <StackPanel>
            <TextBox Name="textBox1" Width="120" TabIndex="0" />
                <TextBox Name="textBox2" Width="120" TabIndex="1" />
                <TextBox Name="textBox3" Width="120" TabIndex="2" />
                <TextBox Name="textBox4" Width="120" TabIndex="3"/>
            </StackPanel>
        </toolkit:AccordionItem>

        <toolkit:AccordionItem Header="bob">
            <StackPanel>
            <TextBox Name="textBox5" VerticalAlignment="Top" Width="120" />
            <TextBox Name="textBox6" VerticalAlignment="Top" Width="120" />
            <TextBox Name="textBox71" VerticalAlignment="Top" Width="120" />
            <TextBox Name="textBox81" VerticalAlignment="Top" Width="120" />
            </StackPanel>
        </toolkit:AccordionItem>
    </toolkit:Accordion>
</Grid>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:57:37+00:00Added an answer on June 11, 2026 at 6:57 pm

    This is a known issue of the accordion see: Tab order of controls in Accordion control

    However there is a easy workaround:

    You need to set the TabNavigation property with the help of the ExpandableContentControlStyle.

    So you need to create a style:

    <Style x:Key="TabNavigationStyle" TargetType="toolkit:ExpandableContentControl">
        <Setter Property="TabNavigation" Value="Cycle" />
    </Style>
    

    And use this in your AccordionItem:

    <toolkit:AccordionItem Header="abac" IsTabStop="True" 
         ExpandableContentControlStyle="{StaticResource TabNavigationStyle}">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I used to have a simple ajax that helped me take all items from
I have a simple accordion type page containing a list of H3 headers and
I'm using jQuery and have managed to paste together a simple accordion which can
I have a simple button (3 of them - all same except the content
I have a simple image gallery here . All I want to do is
I have this simple code where I am sending http request and reading all
I have some simple JQuery / Javascript to perform some simple logic for all
I have this simple code in my user_controller.rb file #listing all users def index
I have a simple JavaScript file that has three jQuery $document.ready functions. All three
I have a simple table view which is editable. All I need the user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.