VB GUI problem with Vista when using "Larger scale (120 DPI)"

Hi All,

I have a VB.Net Windows form application built using Visual Studio
Team System with SP1. The application displays fine on all machines
we have used, except on Vista, when the user has selected the
"Larger scale (120 DPI)" option in:
Control Panel\Appearance and Personalization\Personalization\Adjust font size

When the user does this, all list boxes shrink their height such
that the contents are no longer visible. All other controls seem to render fine.
I have tried adjusting the sizes and fonts for the problem controls, but the

problem persists.

Anyone know how I can correct this?

Cheers,
Geoff

[685 byte] By [glt] at [2008-1-10]
# 1
It is probably not that the ListBoxes shrink, it's that all other controls grow to accommodate the larger fonts but the ListBoxes don't. Not sure what might cause that, try giving the ListBoxes the same font as the form.
nobugz at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...