Вниз
Скачать: 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.014 c
1-37680
emergenter
2003-12-25 18:32
2004.01.13
Компиляция!


7-37959
h0use
2003-10-29 15:24
2004.01.13
Не подскажете как из сервиса создать форму, показать ее на экране


1-37666
GIL
2003-12-26 15:52
2004.01.13
закрытие приложения


1-37642
MScorp
2003-12-26 17:34
2004.01.13
Получить Handle без Application


3-37580
MaxDDinc
2003-12-13 20:52
2004.01.13
Теряются данные в локальной БД после сбоя питания




   Наверх