Dim resolution As Int
Dim p As Phone
resolution=GetDeviceLayoutValues.Height
If resolution >= 320 Then
ListView1.SingleLineLayout.Label.TextSize = 16dip
Else
ListView1.SingleLineLayout.Label.TextSize = 7dip
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.