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

  • Home
  • SEARCH
  • 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 8965977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:55:36+00:00 2026-06-15T16:55:36+00:00

I have a strange problem with a listbox which is in a flipview. <FlipView

  • 0

I have a strange problem with a listbox which is in a flipview.

    <FlipView 
        x:Name="flipView"
        ItemsSource="{Binding Source={StaticResource itemsViewSource}}" Padding="0">    
        <FlipView.ItemTemplate>
            <DataTemplate>
                    <Grid>
                        <Grid.RowDefinitions>
                            <RowDefinition  Height="30"/>
                            <RowDefinition Height="30"/>
                            <RowDefinition Height="30"/>
                            <RowDefinition/>
                        </Grid.RowDefinitions>
                        <TextBlock Grid.Row="0" FontSize="32" Text="{Binding Question.OrginalWord}" HorizontalAlignment="Center"></TextBlock>
                        <TextBlock Grid.Row="1" FontSize="18" Text="{Binding Question.Clue}"></TextBlock>
                        <TextBlock Grid.Row="2" x:Uid="ExamPage_OptionLabel"></TextBlock>
                        <ListBox x:Name="ListofOptions" Tag="{Binding Question.Id}"  Grid.Row="3" ItemsSource="{Binding Options}"  Padding="15" Width="280"
                                   Height="200" SelectionChanged="OptionsChange" Loaded="ListofOptions_Loaded"></ListBox>
                    </Grid>               
            </DataTemplate>
        </FlipView.ItemTemplate>
    </FlipView>

in listbox’s SelectionChanged event handler I disable the listbox

    private void OptionsChange(object sender, SelectionChangedEventArgs e)
    {

        ((ListBox)sender).IsEnabled = false;


    }

so the problem is that imagine the flipview has 6 items. when I click listbox’s items in first flipview’s item(each listbox has four own items), the listbox in the first flipview’s item is disabled but the listbox for the last flipview’s item is also disabled. Moreover, when you flip to the last item in flipview and then comeback to the first item the listbox is shown as un-selected lisbox. this problem is not only for first and last flipview’s item but also for 2th and 5th , 4th and 3th flipview’s item.

It is much strange 🙂 😐

  • 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-15T16:55:37+00:00Added an answer on June 15, 2026 at 4:55 pm

    the answer is quite tricky

    Answer from MSDN forum

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have strange problem for which I can't think of a solution. I have
I have strange problem. I have class which behaves similar dropdown list. package test.view;
I have strange problem... My file strings.xml contains: <?xml version=1.0 encoding=utf-8?> <resources> <string name=building_name>My
I have a question about Mvvmlight binding Listbox SelectedIndex. The full source code can
I have a strange problem with sqlite which is driving me crazy. I have
I have a strange problem with a listbox. I added only the listbox and
i have strange problem doing reporting: i have numerous clients with different issued invoices.
I have strange problem with receiving data from socket. On client im using air
I have a strange problem on ipv6 connection. I write down a simple client
I have a strange problem with IE. I have a sequence of forms on

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.