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

Jonathan Pobst monkey at jpobst.com
Tue Jul 1 17:48:20 EDT 2008


Looks fine.  Please commit.

Jonathan

Carlos Alberto Cortez wrote:
> 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.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list