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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:27:42+00:00 2026-06-10T23:27:42+00:00

Below is a sample of some code that is building a ListView. This is

  • 0

Below is a sample of some code that is building a ListView. This is the first time that I have attempted to change the Color and Font of items in my ListView. The code below fills the ListView with no problems but, it does not use the Font. Can someone tell me what I am doing wrong here?

    Font groupFont = new Font("Tahoma", 10.5f, FontStyle.Bold);
    Font labelFont = new Font("Tahoma", 9.25f, FontStyle.Bold);
    Font valueFont = new Font("Tahoma", 8.25f, FontStyle.Bold);

    ListViewItem vesselName = new ListViewItem();
    ListViewItem vesselNameLabel = new ListViewItem();
    vesselName.SubItems.Add("Name: ", System.Drawing.Color.Blue, System.Drawing.Color.White, labelFont);
    ListViewItem vesselNameValue = new ListViewItem();
    vesselName.SubItems.Add(boat.boatname, Color.Black, Color.White, valueFont);
    listViewVesselInformation.Items.Add(vesselName);
  • 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-10T23:27:44+00:00Added an answer on June 10, 2026 at 11:27 pm

    Okay, setting the UseItemStyleForSubItems=false on the ListViewItem did the trick. The official MSFT information can be found at http://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.listviewsubitem.font%28v=vs.90%29.aspx

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

Sidebar

Related Questions

Suppose I have this database table (some sample code below) that stores the relationship
Below is some sample code. The window does not resize (python3.2, on a Mac,
I have a simple HTML5 page that I'm building to figure some things out
I have some code that I have inherited that generates a matrix of significance
I have some code that I want to build. The code uses boost::ptr_map class
I am still learning Sweave and R . I have below a sample code
I have some code that gets a web response. How do I take that
Simple question: what does AVMediaTypeMuxed mean? I'm looking at some sample code (below) and
Below is some jQuery code the i wrote to make a simple animation. However
I am having trouble with some javascript. The code snippet below creates a simple

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.