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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:35:41+00:00 2026-05-30T09:35:41+00:00

I have two forms using a ListView component. In the first form it works

  • 0

I have two forms using a ListView component. In the first form it works perfectly (all items are printed in the ListView), while in the second (which has the same structure) no, the ListView stays blank.

What I’m doing wrong?
lista is a list.

The number of elements = longitud, which is defined in the main function.

There is the code:

public void llenarTabla()
{
    int idx;
    string tmp;
    string elemento;

    for (idx = 0; idx < longitud; idx++)
    {
        tmp = Convert.ToString(idx + 1);
        ListViewItem lvi = new ListViewItem(tmp);
        elemento = Convert.ToString(lista[idx]);
        lvi.SubItems.Add(elemento);
        listView1.Items.Add(lvi);
        listView1.View = View.Details;
        listView1.Refresh();
    }

}
  • I also tried to see if the list has any elements (as it is supposed to be):

    for (int idx = 0; idx < longitud; idx++) // test
        Console.WriteLine(lista[idx]);
    

and in the “output window” it prints some elements.

  • I also tried to put .View = ... and .Refresh() outside the cycle. But same result.

Thank you for any help

  • 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-30T09:35:42+00:00Added an answer on May 30, 2026 at 9:35 am

    Maybe you have forget to set property View to View.Details.

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

Sidebar

Related Questions

I have two forms, first form contains the textbox and second form contains a
I have two forms. The first form is the mainForm, this never goes anywhere.
I have two forms on the same page, but I want the second form
I have two forms = Form1.CS and SMS.CS on the first form (Form1) i've
I'm using the jQuery Validation JS I have two contact forms, the main one
I have been experimenting with sending messages from two .NET Windows Forms applications using
I am using standard windows forms controls under C#. I have two controls which
I have two forms, form A and form B. These forms must differ in
Using Spring 3 I have two forms: adding Item and invalidating Item I have
In this JSfiddle have I two forms. This is duplicated twice <form action= method=post>

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.