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

TListView и картинки   Найти похожие ветки 

 
ИМХО ©   (2003-12-28 10:50) [0]

На форме есть TListView со стилем vsReport. Как отобразить в одной из колонок изображения?


 
dmk ©   (2003-12-28 13:39) [1]

Убедитесь, что свойство SmallImages не Nil, а затем добавьте данные: ListView1.AddItem("xxx", SomeObject);
Тогда появится изображение.

Вот из help"а:
Provides a list of icon images to display for each item in the list when ViewStyle is not vsIcon.

property SmallImages: TCustomImageList;

Description

Set SmallImages to specify the icons that should be displayed next to items in the list when ViewStyle is vsSmallIcon, vsList, or vsReport. Each item in the Items list can be associated with an icon in this image list by setting its ImageIndex property.



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

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



Память: 0.44 MB
Время: 0.04 c
14-37858
Обезяна
2003-12-22 12:02
2004.01.13
Обезяна


3-37513
JIH
2003-12-16 00:41
2004.01.13
Нужна база на interbase


3-37511
пустойчайник
2003-12-16 12:25
2004.01.13
Странное поведение программы (DBGrid)


14-37867
RDA
2003-12-22 12:47
2004.01.13
Прога типа ICQ для локальной сети


1-37747
denick
2003-12-30 10:27
2004.01.13
Как мне перечислить все CheckBox`ы на форме




   Наверх