ListIcon Height
Posted: Sat Jul 23, 2016 9:05 pm
I have an old app coded in PB5.11 x86. It's not used often so I'm keeping it in old PB, it uses Gonzal's Color lib.
The app has a Panel with a number of tabs. On a couple of these tabs I have used a scroll area gadget and the main gadget on that area is a ListIcon. Here is the issue: The ListIcon height is 1200pix (ScrollArea Height 1800pix). On WindowsXP, that displays as expected, the ListIcon does not need scrollbars. However on Win7 this does not work, no matter what height is given for the ListIcon, the max it is drawn at is approx 1025pix.
I have tried ResizeGadget, no joy - what is the API for ResizeGadget?
The app has a Panel with a number of tabs. On a couple of these tabs I have used a scroll area gadget and the main gadget on that area is a ListIcon. Here is the issue: The ListIcon height is 1200pix (ScrollArea Height 1800pix). On WindowsXP, that displays as expected, the ListIcon does not need scrollbars. However on Win7 this does not work, no matter what height is given for the ListIcon, the max it is drawn at is approx 1025pix.
I have tried ResizeGadget, no joy - what is the API for ResizeGadget?