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 TicketCleanup, 15 years ago

Version: 3.3.6.1

Automatic ticket cleanup.

comment:2 by trancexx, 14 years ago

Resolution: Rejected
Status: newclosed

There are few examples on the forum. Not everything needs to be packed.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.