c# - how to change some listview item backcolor in WPF? -


when double click or whatever how change listview item backcolor or foregcolor in wpf? want 1 @ run time. code not work

listview_name.selecteditems[listview_name.selectedindex].foreground=brushes.yellow; 

please me.....

try following

http://www.codeproject.com/kb/wpf/hilitelistviewitemsinwpf.aspx


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -