c# - Colorize the Autocomplete list of the combobox -


i'm using c# 4.0 on windows forms application,

i've combobox items, enabled auto complete feature of suggestappend, auto complete source listitems (binded source)

now when user start typing, auto complete list apears, want colorize items in autocomplete list depending on condition,

i knew there way colorize combobox items using drawitem event handler, want in autocomplete list.

is applicable ?? , how ?

this not possible.

the windows feature .net control relying on:

shautcomplete

doesn't support this. .net control uses cannot it.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -