Thanks Maarten
I had to change the ListBox height to 30 to make the scrollbar show which means I have to show 2 lines. I would say it is a bug! Another problem I see is also that I can only go from listbox height of 15 to 30 , I can not select 24
I would prefer to show only one row with a scrollbar like a drop down listbox. Do you know how? I changed the form grid interval to 4,4. It did not help
Vija
----- Maarten Struys, eMVP wrote: ----
When the dimensions of a listbox are large enough (at least 2 lines visibl
on the screen) scrollbars are showing. So you're listbox's height i
probably too small to render scrollbars. This is funny, because they do sho
up in the designer. I would call this a bug, since the user does not se
that more items are available in the listbox. It is possible scrollin
through the list using the up/down arrow keys, to the listbox itself doe
function. I just checked and I see the same behavior on a device. Anyway
adjust your listbox height and you will get scrollbars
--
Regards
Maarten Struys, eMV
PTS Software b
www.opennetcf.org |
www.dotnetfordevices.co
vijay said:
I tried a listbox in C# visual studio .net 2003. I had 4 items in th
list box (numbers 1, 2, 3 and 4
When I run it on the pocket pc 2003 emulator I do not see any scrollba
and I see number 1. What am I doing wrong