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:
doesn't support this. .net control uses cannot it.
Comments
Post a Comment