Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am developing an app for Windows Mobile devices (target device is the Motorola ES400) I am trying to get a datagrid to have a row height of 30. I am using the following code:

VB
datagrid1.PreferredRowHeight = 30


Now this is where it is confusing me, when I use the Windows Mobile 6.5.3 emulator it displays exactly as I want it to, however when I run the same program on my handheld device (Motorola ES400 with Windows Mobile 6.5.3) it only displays rows with the standard 1 line height.

Both are running the same .NET Compact Framework 3.5.9198.0

Has anyone got any ideas on how to fix this as ideally I need the double height to make them more finger friendly?

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900