Hi,
There is a way to change the ListView column headers color?
I’ve tried to change ListView rows color and used this thread:
https://wisej.com/support/question/listview-with-one-row-style-and-next-other-style
but the problem is , that this solution is breaking the list view design and don’t show the first column that contains CheckBoxes
Thanks
Orel
Hi! I can’t find ColumnHeader.BackColor and ColumnHeader.ForeColor to ListView?
Hi,
There is any solution for ListView selected row color ?
with the mixin file this property is broken.
Thanks
Orel
Hi Orel,
ListView now (dev build 1.4.59) includes ColumnHeader.BackColor and ColumnHeader.ForeColor properties.
Best regards
Frank
Hi Orel,
ListView colors can be changed with a theme mixin. The mixin in the support thread you linked was missing
“inherit”: “listview”,
I have attached a working mixin that you can use to set the row colors.
For Header Colors we will add ColumnHeader.BackColor and ColumnHeader.ForeColor to ListViews.
Logged as enhancement WJ-8663, will be included in next Wisej release.
Best regards
Frank
Please login first to submit.