CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jan 2005
    Posts
    79

    colorize partial cell background in rowset of listview... based percentage

    see the image of my listview...
    I want colorize each cells in rowset based the percentage in cells, how to? is possible?

    for example:
    if the percntage is 50% colorize half cell
    if the percentage is 25% colorize 1/4 of cell
    ....

    ecc

    i use this to insert percentage:
    ITM.SubItems(5) = Format((VALORE_3 / VALORE_1 * 100), "#,##0.00")
    Last edited by sal21; May 30th, 2010 at 12:17 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured