Change ListView columns header color and rows color

0
0

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

 

  • You must to post comments
0
0

Hi! I can’t find ColumnHeader.BackColor and ColumnHeader.ForeColor to ListView?

  • Luca (ITG)
    They are both there since 1.5, they are public properties.
  • You must to post comments
0
0

Hi,

There is any solution for ListView selected row color ?

with the mixin file this property is broken.

Thanks

Orel

  • You must to post comments
0
0

Hi Orel,

ListView now (dev build 1.4.59) includes ColumnHeader.BackColor and ColumnHeader.ForeColor properties.

Best regards
Frank

  • Orel Gabay
    Thanks Frank!! Orel.
  • Orel Gabay
    Hi Frank, is there a way to change ColumnHeader.BackColor with the Theme builder?
  • You must to post comments
0
0

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

  • Orel Gabay
    Hi Frank, this working fine with the list rows color , but there is still problem with this solution. ListView selected row color not working with this Mixin file.
  • mgmst
    • mgmst
    • Nov 10, 2020 - 5:01 pm
    Hi! I can’t find ColumnHeader.BackColor and ColumnHeader.ForeColor to ListView?
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.