c# - Highlight of ListView items without setting the focus -


in situation there textbox typing in , there listview jumps item typing in text box focus should in text box can continue typing! said when selecting item in listview want item highlighted blue background other standard highlights in windows forms. there way this?

thanks.

have @ setting listviewitembackcolor, change type looks though has been selected, when reality has blue background.

or try setting colour of background blue , selecting item , setting focus textbox can continue typing, although may not happen enough key presses may lost you'd have try , see how works.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -