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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:53:13+00:00 2026-06-10T02:53:13+00:00

Like on the pic, there is second column header and two subheaders under it

  • 0

Like on the pic, there is second column header and two subheaders under it ?

enter image description here

  • 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-10T02:53:14+00:00Added an answer on June 10, 2026 at 2:53 am

    For a complete example look at this link this should give you a full working example of what you can do
    Add ListView Column and Insert Listview Items

    try something like this

    The order in which you add values to the array dictates the column they appear under so think of your sub item headings as [0],1 etc.

    Here’s a code sample:

    //In this example an array of three items is added to a three column listview
    string[] saLvwItem = new string[2];

    foreach (string wholeitem in listofitems)
    {
         saLvwItem[0] = "Status Message";
         saLvwItem[1] = wholeitem;
         ListViewItem lvi = new ListViewItem(saLvwItem);
    
         lvwMyListView.Items.Add(lvi);
    }
    

    To add SubItems you could also do something like this

    lvwMyListView.Items[0].SubItems.Add("John Smith");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a reliable assembler for PIC micro-controllers (preferably from C) under Ubuntu? I
I'd like to know if there's anyway I can compare two BitmapData and get
I have used Javascript onlaod like this: function check() { var pic = new
How can i remove $_SERVER['DOCUMENT_ROOT'] from a string like this /home/bla/test/pic/photo.jpg the result should
Like setFont(QFont(Helvetica,16,1)) ,I want to summerize these fonts.However,I dont't know how many fonts there
is there any possible way to set the border around the TextView such like
I have hourly logs like user1:joined user2:log out user1:added pic user1:added comment user3:joined I
Is there any way to create a second webroot in nginx? I've got over
I want to show user profile pic from gravatar.com like this site. In this
On my website I would like to compare two companies with an image-chart/-graph. Each

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.