Antes de olhar o código, vou anexar uma renderização para você:
Sem mais delongas, vou apenas postar o código para você.
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, ComCtrls, ImgList;typeTForm1 = class(TForm)btn1: TButton;lv1: TListView;trckbr1: TTrackBar;il1: TImageList;procedure lv1CustomDraw(Remetente: TCustomListView; const ARect: TRect; var DefaultDraw: Boolean); procedimento lv1CustomDrawItem(Remetente: TCustomListView; Item: TListItem; Estado: TCustomDrawState; var DefaultDraw: Boolean); TObject);privatefunction ReDrawItem(HwndLV: HWND; ItemIndex: inteiro): boolean;{ Declarações privadas }public{ Declarações públicas }end;varForm1: TForm1;implementationusesCommCtrl;{$R *.dfm}//Procedimento da barra de status do desenho DrawSubItem(LV : TListView Item: TListItem; Prosition: Single; Max, Style: Integer; IsShowProgress: Boolean; DrawColor: TColor = $00005B00; TRect ;varRect: TRect;beginListView_GetSubItemRect(hWndLV, iItem, iSubItem, iSubItem, @Rect);Result := Rect;end;varPaintRect, R: TRect;i, iWidth, x, y: Integer;S: string;beginwith lv dobeginPaintRect := GetItemRect( lv.Handle, Item.Index, SubItem);R := PaintRect;if Prosition >= Max thenProsition := 100elsebeginif Prosition <= 0 thenProsition := 0elseProsition := Round((Prosition / MAX) * 100);end;if (Prosition = 0) e (não IsShowProgress ) thenCanvas.FillRect(r) //Se for 0 , exiba diretamente o espaço em branco elsebegin//Preencha o plano de fundo primeiro Canvas.FillRect(r);Canvas.Brush.Color:= Color;//Desenhe um quadro externoInflateRect(R, -2, -2);Canvas.Brush.Color: = FrameColor;Canvas.FrameRect(R);Canvas.Brush.Color := Cor;InflateRect(R, -1, -1);//InflateRect(R,-1,-1);//Calcula a visão geral do conteúdo da barra de progresso com base na porcentagem iWidth := R.Right - Round((R.Right - R.Left) * ( ( 100 - Prosição) / 100));case Estilo of0: //Solid BeginCanvas.Brush.Color := DrawColor;R.Right := iWidth;Canvas.FillRect(R);end;1: //Preenchimento de linha vertical começari := r.Left;while i < iWidth dobeginCanvas.Pen.Color := Color;Canvas.MoveTo(i, R.Top);Canvas .Pen.Color := DrawColor;Canvas.LineTo(i, R.Bottom);Inc(i, 3);end;end;end; end//Depois de desenhar a barra de progresso, tudo que você precisa fazer agora é exibir o número de progresso. Canvas.Brush.Style := bsClear;if Prosition = Round(Prosition) thenS := Format('%d%%', [Round(Prosition) )])elseS := FormatFloat('#0.0', Prosition);com PaintRect dobeginx := Esquerda + (Direita - Esquerda + 1 - Canvas.TextWidth(S)) div 2;y := Top + (Bottom - Top + 1 - Canvas.TextHeight(S)) div 2;end;SetBkMode(Canvas.Handle, TRANSPARENT);Canvas.TextRect(PaintRect, x , y, S);end;//Restaura após pintar Canvas.Brush.Color := Color;end;end;procedure TForm1.lv1CustomDraw(Sender: TCustomListView; const ARect: TRect; var DefaultDraw: Boolean);beginend;//O acima é para desenhar a barra de progresso. Agora precisamos processar a mensagem de redesenho do item para TlistView. precisa ser explicado que, se você quiser desenhar seus próprios itens como quiser, então você tem que fazer tudo sozinho e não precisa mais do sistema para lidar com isso: procedimento TForm1.lv1CustomDrawItem(Sender: TCustomListView; Item: TListItem; State: TCustomDrawState; var DefaultDraw: Boolean);varBoundRect, Rect: TRect;i: integer;TextFormat: Word;LV: TListView; Procedimento de CheckBox e ImageList Draw_CheckBox_ImageList(r: TRect; aCanvas: TCanvas; Verificado: Boolean);varR1: TRect;i: Integer;beginif Sender.Checkboxes thenbeginaCanvas.Pen.Color := clBlack;aCanvas.Pen.Width := 2;//Desenha o quadro externo da CheckBox aCanvas. Retângulo (R.Esquerda + 2, R.Top + 2, R.Esquerda + 14, R.Bottom - 2);se marcado então //Desenhe o gancho de CheckBox BeginCanvas.MoveTo(R.Left + 4, R.Top + 6);aCanvas.LineTo(R.Left + 6, R.Top + 11) ; aCanvas.LineTo(R.Esquerda + 11, R.Top + 5); 1;end;//Iniciar o desenho do ícone i := 2; //O valor de ImageIndex pode ser arbitrário se i > -1 thenbegin//Obter o RECT do ícone if Boolean(ListView_GetSubItemRect(sender.Handle, item.Index, 0, LVIR_ICON, @R1)) thenbegin//ImageList_Stats.Draw(LV.Canvas, R1.Left, R1.Top, i);se item.ImageIndex > -1 thenLV.SmallImages.Draw(LV.Canvas, R1.Right + 2, R1.Top, item.ImageIndex);end;end;end;beginLV := TListView(Sender);BoundRect := Item.DisplayRect(drBounds);InflateRect(BoundRect, -1, 0);//Você pode definir este local para a cor desejada de acordo com seus próprios requisitos para obter realce LV.Canvas.Font.Color := clBtnText;//Verifique se está selecionado se Item.Selected thenbeginif cdsFocused in State thenbeginLV. Canvas.Brush.Color := $00ECCCB9; // //clHighlight;endelsebeginLV.Canvas.Brush.Color := $00F8ECE5; //clSilver;end;endelsebeginif (Item.Index mod 2) = 0 thenLV.Canvas.Brush.Color := clWhiteelseLV.Canvas.Brush.Color := $00F2F2F2;end;LV.Canvas.FillRect(BoundRect) ; // Inicializa o plano de fundo para i := 0 para LV.Columns.Count - 1 dobegin // Obtenha o RectListView_GetSubItemRect(LV.Handle, Item.Index, i, LVIR_LABEL, @Rect);case LV.Columns[i].Alignment oftaLeftJustify:TextFormat := DT_LEFT;taRightJustify:TextFormat := DT_RIGHT;taCenter:TextFormat : = DT_CENTER;elseTextFormat := DT_CENTER;end;case i of0: //Desenhar legenda, 0 significa legenda, não Subitembegin//Desenhe a caixa de seleção e o ícone primeiro Draw_CheckBox_ImageList(BoundRect, LV.Canvas, Item.Checked);//Depois desenhe a legenda TextInflateRect(Rect, -(5 + il1.Width), 0); //Mover 3 pixels para trás para evitar ser substituído quando o wireframe for desenhado posteriormente //InflateRect(Rect, -(5), 0); //Mover 3 pixels para trás para evitar ser substituído quando o wireframe for desenhado posteriormente DrawText( LV. Canvas.Handle, PAnsiChar(Item.Caption), Length(Item.Caption), Rect, DT_VCENTER ou DT_SINGLELINE ou DT_END_ELLIPSIS ou TextFormat);end;1..MaxInt: //Draw SubItem[i]beginif (i - 1) = 1 then //Exibe a barra de status, este exemplo é a exibição da terceira coluna, você pode personalizar BeginDrawSubItem(LV, Item, eu , StrToFloatDef(Item.SubItems[i - 1], 0), 100, 0, True);endelsebegin//Desenha o texto de SubItemInflateRect(Rect, -2, -2);if i - 1 <= Item.SubItems.Count - 1 thenDrawText(LV.Canvas.Handle, PCHAR(Item.SubItems[i - 1]), Comprimento(Item.SubItems[i - 1]), Rect, DT_VCENTER ou DT_SINGLELINE ou DT_END_ELLIPSIS ou TextFormat);end;end;end; //end caseend; //end forLV.Canvas.Brush.Color := clWhite;if Item.Selected then //Desenha o contorno da barra selecionada Beginif cdsFocused in State then/ /Se o controle está ativo LV.Canvas.Brush.Color := $00DAA07A // $00E2B598; //clHighlight;elseLV.Canvas.Brush.Color := $00E2B598; //$00DAA07A // clHighlight;LV.Canvas.FrameRect(BoundRect); //end;DefaultDraw := False; com Sender.Canvas doif Assigned(Font.OnChange) thenFont.OnChange(Font);end;função TForm1.ReDrawItem (HwndLV: HWND; ItemIndex: inteiro): boolean; = LV1.Items[1];if Item = nil thenExit;item.subitems[1] := '30'; //Definir como 30%//Em seguida, atualize este itemReDrawItem(LV1.handle, Item.Index);end;procedure TForm1.trckbr1Change(Sender: TObject);varItem: TListItem;begin//Usar: item := LV1.Items[0];item.subitems[1] := IntToStr(trckbr1.Position);//Em seguida, atualize este itemReDrawItem(LV1.handle, Item.Index);end;end. objeto Form1: TForm1Left = 416Top = 301Width = 494Altura = 170Caption = 'Form1'Cor = clBtnFaceFont.Charset = DEFAULT_CHARSETFont.Color = clWindowTextFont.Height = -11Font.Name = 'MS Sans Serif'Font.Style = []OldCreateOrder = FalsePixelsPerInch = 96TextHeight = 13objeto btn1: TButtonLeft = 272Top = 96Width = 75Height = 25Caption = 'btn1'TabOrder = 0OnClick = btn1Clickendobject lv1: TListViewLeft = 16Top = 8Width = 457Height = 81Columns = <itemCaption = 'Name'Width = 100enditemCaption = 'Category'Width = 100enditemCaption = 'Progress'Width = 100enditemCaption = 'Resource'Width = 100end>GridLines = TrueItems.Data = {5B000000020000000200000000000000FFFFFFFF0200000000000006B4F3B8BBCECC04D3CECFB70333354D01000000F FFFFFFFFFFFFFFFF02000000000000008446F7461B4ABC6E604D3CECFB7043130304DFFFFFFFFFFFFFFFFF}Mostraráreas de trabalho il1: TImageListLeft = 384Top = 96Bitmap = {