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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -