IonicWind Software

IWBasic => GUI Central => Topic started by: billhsln on May 19, 2011, 10:02:32 AM

Title: Listview selection/selected colors
Post by: billhsln on May 19, 2011, 10:02:32 AM
Is there a way to change or set the colors when a row is selected in a Listview.  I am using '@LVSSHOWSELALWAYS' and when a row is selected it shows up greyed, when I switch off it, it ends up white.  I would like to be able to set each condition, if possible.  The grey is ok, but I would mostly like to be able to change to some other color other than white.

Thanks,
Bill
Title: Re: Listview selection/selected colors
Post by: LarryMc on May 20, 2011, 07:02:50 AM
The listview-noresize.iwb example that comes with IWB shows you how to do that.

LarryMc