Modify

Opened 13 years ago

Closed 12 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 Changed 13 years ago by TicketCleanup

  • Version 3.3.6.1 deleted

Automatic ticket cleanup.

comment:2 Changed 12 years ago by trancexx

  • Resolution set to Rejected
  • Status changed from new to closed

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

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.