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 3308634
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:32:41+00:00 2026-05-17T21:32:41+00:00

If I change the ItemsSource property of a ListBox while an item is selected

  • 0

If I change the ItemsSource property of a ListBox while an item is selected I get IndexOutOfRange exception because SelectedIndex property is set when an item is selected. If no item is selected in the ListBox exception is not raised but even if I set the SelectedItem property to null before changing the ItemsSource the exception still occurs if an item was selected because SelectedIndex property still has a value.

Is there a solution or a workaround for this problem?

Edit: Here is the sample code because this problem only occurs if I apply a Contains filter in my LINQ to objects expression AND an item is selected in the ListBox… MyList is a List<> of CLR objects…

lstMyList.ItemsSource = MyList.Where(i => i.TypeId == 1);

That works fine. This modified LINQ query also works fine (if no item is selected) but if an item is selected I get IndexOutOfRangeException

lstMyList.ItemsSource = MyList.Where(i => i.TypeId == 1 && i.DisplayName.Contains(someString));

If I redirect this LINQ query to a var or a list of CLR objects the query works fine but when I try to make it an ItemsSource of my ListBox I get the exception (even if I make this var or a list of CLR object ItemsSource of my ListBox instead).

  • 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-05-17T21:32:41+00:00Added an answer on May 17, 2026 at 9:32 pm

    Just set SelectedIndex to -1


    EDIT: OK, try that instead:

    listBox.ClearValue(Selector.SelectedIndexProperty);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ListBox where I set the ItemsSource to a CollectionViewSource that is
I have a ListBox which hold a set of objects (linked via ItemsSource bind
I have a ListBox control with an ObservableCollection instance as the control's ItemsSource property.
I have a WPF ListBox with its ItemsSource bound to an ObservableCollection navigation property
jquery change function on dropdown is not working at my application and working at
Here are the relevant parts of the XAML file: xmlns:local=clr-namespace:BindingTest <ListBox x:Name=myList ItemsSource={Binding Source={x:Static
I have a ComboBox, and i want to change its look when the ItemsSource
Here is the property that fires PropertyChanged: public override List<Tag> Tags { get {
I have a listbox in which the item source contains a List(of T) that
Short version I would like to scroll the ListBox item into view when the

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.