Modify ↓
Opened 15 years ago
Closed 14 years ago
#1971 closed Feature Request (Rejected)
_GUICtrlListBox_SetHeaderColor
| Reported by: | JAFN | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | ListView Column Header Color | Cc: |
Description
I'm sure this must have been asked for before but I am not finding it.
Code for changing the color and background color for the ListView headers.
Something along the lines of:
_GUICtrlListBox_SetHeaderColor(color)
_GUICtrlListBox_SetHeaderBKColor(color)
...
$ListViewID = GUICtrlCreateListView("Number|Date|First Name", 10, 40, 300, 140, $LVS_SINGLESEL)
GUICtrlSetBkColor($ListViewID, $listviewcolor)
GUICtrlListBox_SetHeaderColor($ListViewID, $headercolor)
_GUICtrlListBox_SetHeaderBKColor($ListViewID, $headerbkcolor)
...
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Version: | 3.3.6.1 |
|---|
comment:2 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
There are few examples on the forum. Not everything needs to be packed.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.