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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -