I know you can set the text color for the items in a list view:
$Window->ListView->TextColor(hex("FF0000"));Is there any way to set the color on just one row of text leaving the others as they are?
I know you can set the text color for the items in a list view:
$Window->ListView->TextColor(hex("FF0000"));Is there any way to set the color on just one row of text leaving the others as they are?