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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -