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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:45:24+00:00 2026-05-23T17:45:24+00:00

I don’t know if the title express what I want. I have a ListBox

  • 0

I don’t know if the title express what I want. I have a ListBox in WPF where I generate many elements. When I click on a element while still generating I want my selected item to not move down the list, so I cannot see it anymore, I want to stay in the exact position where I click on it.

If this is possible, can someone point some ideas on how to do it in C#?

Thanks.

  • 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-23T17:45:25+00:00Added an answer on May 23, 2026 at 5:45 pm

    Assuming that this is even a good idea and that you are using winforms

    Step 1:

    Determine the index of the selected item in the source.

    Step 2:

    When your adding items to the ListBox split the ListBox at the index where the item previously was insert the item at that point, then add on the remainder of the items, while making sure that you’ve removed the item if it is now elsewhere in the list.

    Code:

    //Let’s assume that you know how to get the position of the item when it is clicked and save the
    //item to a variable called OriginalItem

    public void PutTheItemInTheSameSpot()
    {
       var listboxitems = (List<Integer>)YourListBox.DataSource;
    
       var originalClikedItem = OriginalItem;
       var topPart = new List<Integer>();
    
       for (i = 0; i < itemPosition; i++)
       {
           topPart.Add(listboxItems[i]);
       }
       topPart.Add(originalClickedItem);
    
       var bottomPart = listboxitems.Remove(toppart);
    
       YourListBox.DataSource = toppart.AddRange(bottomPart);
    
    
    }
    

    Saw your edit about it being WPF

    The could should work in idea.

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

Sidebar

Related Questions

don't know better title for this, but here's my code. I have class user
I don't know why my title show a bank line. Now i want to
don't know if the title describes anything about what I'm trying to say but
Don't really know how to formulate the title, but it should be pretty obvious
I don't want my user to even try downloading something unless they have Wi-Fi
Don't know is it possible to copy elements from one map to another map
Don't know if this is possible, but I have some code like this: val
Don't know if this has been answered before. Have custom routes to users. If
Don't yell at me! i have seen many threads claiming that HTML cannot be
Don't know why but I can't find a solution to this. I have 3

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.