Главная страница
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.024 c
3-1086709984
Ven
2004-06-08 19:53
2004.07.04
Сохранение данных в БД InterBase


14-1087387192
osama
2004-06-16 15:59
2004.07.04
что слушаем


14-1087374100
lehich
2004-06-16 12:21
2004.07.04
ISTsvc


1-1087392711
Tom
2004-06-16 17:31
2004.07.04
Delphi и DLL на C


3-1086611545
Serg7077
2004-06-07 16:32
2004.07.04
InterBase & Firebird проблема совместимости