tags:

views:

44

answers:

1

Hi,

how to remove a focus (gray color)style on a listbox in C#.net Can anyone help me?

A: 

I think this article will help

ListBox.DrawItem Event

http://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.drawitem.aspx

See also: ListBox.DrawMode Property

vaceknt