[Mono-dev] [Patch] Implement basic AutoComplete support for ComboBox

Carlos Alberto Cortez calberto.cortez at gmail.com
Tue Jul 1 15:23:38 EDT 2008


Hey!

Attached is a patch that implements support for ComboBox.

The idea is to use the available support in TextBox, so the TextBox has
direct access to our items. Since this is not the clearest approach,
it's the better in terms of performance, since otherwise we should
create a IList of item's text, and modifying or updating it as items are
modified in ComboBox.Items collection.

Observe that this patch only makes use of the basic properties of Auto
complete in TextBox. As soon as I check in the keyboard navigation in
TextBox for automplete, I will come with a second patch for ComboBox ;-)

Carlos.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cb-autocomplete.patch
Type: text/x-patch
Size: 4044 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080701/7b771549/attachment.bin 


More information about the Mono-devel-list mailing list