Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight Editable Combo Box

I want to use comobox which is editable in my silverlight project, but silverlight doesnt provide a such control. If any one knows how to create a custom editable combobox in silvelight 4.0 then please help me.

Editable combobox means:

  1. A combo box providing list of options.
  2. User can enter the value.
  3. Filtering.
like image 816
somnath satav Avatar asked Jul 13 '26 02:07

somnath satav


1 Answers

Sounds like you are looking for the AutoCompleteBox.

  • Allows user to type value
  • Can simply dropdown like a combox
  • Partial value typed can be used to filter choices using either StartsWith or Contains mode.
  • Supports a create new entry operation if the final typed value does not match any existing entry

This control is part of the standard SDK and is found in the System.Windows.Controls.Input.dll. You should be able to drag it from the toolbox.

like image 141
AnthonyWJones Avatar answered Jul 16 '26 01:07

AnthonyWJones



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!