I'm developing a Windows Mobile application in C# using .NET Compact Framework 3.5. My target version of WM is 6.5.x. It was my impression that Microsoft has updated the stock controls in this release of the OS to be more finger friendly (larger fonts, greater space between rows in listboxes, etc.) but when I create, for example, a ListBox-control, it looks the same as it did in the previous versions of the OS (stylus friendly).
Do I need to update the style of the controls in order to take advantage of these new finger friendly stock controls? I can't seem to find any documentation on this, however. Or have I misunderstood it; perhaps there are no new controls in WM 6.5.x?