this Test App uses Filippos listview to show Photos, using Auto Scale compile,
the listview on my MDA is only half the size shown.
Original code-> 'lv.New1("Form1",0,50,Form1.Width,Form1.Height - 50)
Here on MDA is only half the size shown.
Changed code:
lv.new1("Form1",0,0,Form1.width * ScreenScaleX, Form1.height * ScreenScaleY)
Now the LV is full size on Device, but it does not show the scroll bars.
It would be nice if someone has a better working code, so the Scrollbars are also shown. Any ideas and Help on this would be very nice.
I would like to continue using Filippos LV.
Best regards.
William
Last edited: