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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:37:05+00:00 2026-06-10T21:37:05+00:00

In my C# Winforms application, I have a tablelayoutpanel which will contain listboxes from

  • 0

In my C# Winforms application, I have a tablelayoutpanel which will contain listboxes from anywhere between 2 to 64. A user can double-click any items inside the Listbox, which then transfers the information of the item to a modaless window that was already opened.

My question is the following:

  1. How do I know which listbox the event has been called from?

  2. Is there a way to figure out which row/column the listbox is inside the tablelayoutpanel?

  • 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-10T21:37:06+00:00Added an answer on June 10, 2026 at 9:37 pm

    How do I know which listbox the event has been called from?

    void ListBox_SomeEvent(object sender, EventArgs e)
    {
        var lb = (ListBox)sender;  // that's the one
    }
    

    Is there a way to figure out which row/column the listbox is inside the tablelayoutpanel?

    That one I’m not so sure of as I haven’t worked much with that class. You can certainly get the bounding rectangle of the ListBox within its parent container, but I took a glance at the documentation for TableLayoutPanel and I didn’t see anything obvious (i.e., something like a Columns property).

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

Sidebar

Related Questions

I have a WinForms application with a user control in which I change the
I have a winforms Application, On Close button click, I am hiding that application
I have a WinForms gui application which has a number of areas to it
I have a WinForms application. That application have a rich functionality. It can create
I have a WinForms application, which I need to support in multiple languages. I
I have a Winforms application, which hosts two PDF Viewers (Unmanaged C++) in its
In my WinForms application I have a timer which 'ticks' every second. In the
I have a winforms application, when a user runs a report there may be
I have a winforms application in which some of the data is stored in
I have a WinForms application in which my background worker is doing a sync

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.