ComboBox Question

R

RF

Hi All,

I need some expert advise concerning a problem with the ComboBox class.

I have simple combo box with some elements:

- combobox:
- abc
- 123
- 456

Here is the problem: When I start typing inside the combo box the same
element name like 123, the cursor automatically jumps back to first
position. If I start typing an element name which does not already exist in
the collection the cursor remains in the same posistion.

What could be the problem with the combo box?

Thanks in advance,

Randy
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Hi RF,

I couldn't understand your problem. I tried this and it works fine.
Can you post an example of what you are doing?
 
R

RF

Thanks for the reply,

I was calling the trim method on the TextChangedEvent, which caused this
bug.

Randy

Stoitcho Goutsev (100) said:
Hi RF,

I couldn't understand your problem. I tried this and it works fine.
Can you post an example of what you are doing?

--
B\rgds
100 [C# MVP]

RF said:
Hi All,

I need some expert advise concerning a problem with the ComboBox class.

I have simple combo box with some elements:

- combobox:
- abc
- 123
- 456

Here is the problem: When I start typing inside the combo box the same
element name like 123, the cursor automatically jumps back to first
position. If I start typing an element name which does not already exist in
the collection the cursor remains in the same posistion.

What could be the problem with the combo box?

Thanks in advance,

Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top