windows mobile - Smartphone-style ComboBox behavior on PocketPC platform? -


i develop applications pocketpc platform (.net compact framework 2.0 , higher), , 1 of problems run in drop-down width combobox controls not wide enough show long string values.

i've run across p/invoke methods widen dropdown width, i'd have smartphone-style behavior comboboxes. this, mean initial view of spin control (left/right arrows scroll through option list), , if click action button takes full-screen rendition of options easier read.

i think create custom user control simulate behavior on pocketpc, know if it's possible @ actual smartphone functionality , use that. faster tap existing functionality if possible.

i don't think possible, because behavior in combobox how pocketpc smartphone os handles comboboxes. if compile smartphone app combobox , run in regular pocketpc, combobox won't behave way (i think).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -