Вниз
Скачать: CL | DM;

ListViewDrawItem   Найти похожие ветки 

 
webpauk ©   (2007-12-14 20:02) [0]

procedure TFormMain.ListView1DrawItem(Sender: TCustomListView; Item: TListItem; Rect: TRect; State: TOwnerDrawState);
var
 TxtRect: TRect;
begin
 with Sender.Canvas do
 begin
   Brush.Color:=clWindow;
   if odFocused in State then Brush.Color:=clHighlight;
   FillRect(Rect);

   Font.Color := clred;
   TextOut(Rect.Left, Rect.Top, Item.Caption);
 end;
end;


рисуются только Items
а как рисовать Items.SubItems?


 
begin...end ©   (2007-12-14 20:36) [1]

Неужели в обработчике OnCustomDrawSubItem? 8-O



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.01 c
15-1197294367
Pazitron_Brain
2007-12-10 16:46
2008.01.13
Русифицировать турецкую Windows XP


15-1196808655
Тригонометр
2007-12-05 01:50
2008.01.13
Помогите вспомнить школу?


2-1197397963
dest81
2007-12-11 21:32
2008.01.13
Просмотр файлов


15-1196839941
data
2007-12-05 10:32
2008.01.13
зона покрытия сотовых


15-1197012661
Бакук
2007-12-07 10:31
2008.01.13
Перенос почты Opera 9 —> Outlook 2003




   Наверх