Skip to main content

how to search listBox items from textBox dynamically

  • June 3, 2018
  • 1 reply
  • 1 view

Hello!

I have a listBox that shows specific records of a file.

I want to create a textBox so if I type something inside there then the SelectedItem will go to the specific one.

Any ideas?

1 reply

Chris Glazier
Forum|alt.badge.img+2

Hello!

I have a listBox that shows specific records of a file.

I want to create a textBox so if I type something inside there then the SelectedItem will go to the specific one.

Any ideas?

Is this a Windows Forms application?

It sounds to me like you are talking about a ComboBox control, which already has this built in functionality or am I misunderstanding your request here?

Thanks.