all groups > dotnet compact framework > march 2006 >
You're in the

dotnet compact framework

group:

DropDownStyle for a Windows CE Combo Box


DropDownStyle for a Windows CE Combo Box Lazer
3/30/2006 2:25:02 PM
dotnet compact framework:
I need a different DropDownStyle for my Windows CE Combo Boxes is there any
solution?

I have a windows CE data collactor where the user can scan in barcodes but
the user must also be able to select it from a combo box,

Now the problam is that I got thousands for items in the combo box and the
only DropDownStyle there is it the "List Style" and thats not good because
the user must be able to type in the item he/she is looking for.
So is there any way of changing the DropDownStyle? or atleast a workaround?

Thanks

--
Lazer
M. E. Computers & Programming
Re: DropDownStyle for a Windows CE Combo Box Sergey Bogdanov
3/31/2006 12:00:00 AM
You can use combination of TextBox and ComboBox control; put a TextBox
control above ComboBox.

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


[quoted text, click to view]
Re: DropDownStyle for a Windows CE Combo Box Daniel Moth
4/1/2006 2:11:06 AM
....if you can switch to CF v2.0 (for myriad other reasons) you'll find the
property supported.

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

[quoted text, click to view]



AddThis Social Bookmark Button