Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.07.04;
Скачать: CL | DM;

Вниз

Listview style vsList   Найти похожие ветки 

 
AndrewVolkov   (2004-06-16 01:10) [0]

Доброго вечера.
Столкнулся с проблемой.
имеем ListView и у него стиль vsList.
Как можно поменять ширину столбцов при отображении инфы.

 listView.Column[0].Width=100;

Это не подходит, так как этои столбцы существуют только при стиле vsReport


 
AndrewVolkov   (2004-06-16 01:32) [1]

Фух, на MSDN нашел. Если кому интересно

в USES добавляем

commctrl

и шлем

 listView.Perform(LVM_SETCOLUMNWIDTH,0,300);

где

iCol
Zero-based index of a valid column. For list-view mode, this parameter must be set to zero.
cx
New width of the column, in pixels. For report-view mode, the following special values are supported:
LVSCW_AUTOSIZE
Automatically sizes the column.
LVSCW_AUTOSIZE_USEHEADER
Automatically sizes the column to fit the header text. If you use this value with the last column, its width is set to fill the remaining width of the list-view control.



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

Текущий архив: 2004.07.04;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.063 c
3-1086592138
Layner
2004-06-07 11:08
2004.07.04
Как получить сумму каждой строки в одной выборке (MSSQL/SQL)


1-1087548694
Bober
2004-06-18 12:51
2004.07.04
Вопрос по IDE Delphi


1-1087162291
Ivanov
2004-06-14 01:31
2004.07.04
работа с DLL


3-1086782943
Dark Elf
2004-06-09 16:09
2004.07.04
Получение значения ячейки DBGrid


4-1082121116
Orion2
2004-04-16 17:11
2004.07.04
RegisterShellHookWindow