Форум: "Основная";
Текущий архив: 2004.01.13;
Скачать: [xml.tar.bz2];
Вниз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 вся ветка
Форум: "Основная";
Текущий архив: 2004.01.13;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.008 c