I put a scroll box on a form and set the Align property to Client. I then added a TImage box in that, also setting its Align property to Client. The AutoScroll property of the TScrollBox states it will display the scroll bars as needed if set to TRUE, which it is. When I load large BMPs, no scroll bars appear.
I even tried setting AutoScroll property to FALSE and use the HorzScrollBar.Visible and VertScrollBar.Visible properties to turn each scroll bar on or off if then image coming in is larger in height or width to the TScrollBox. This does not work either.
Is there a problem with the TScrollBox or am I not pairing them together correctly?
I even tried setting AutoScroll property to FALSE and use the HorzScrollBar.Visible and VertScrollBar.Visible properties to turn each scroll bar on or off if then image coming in is larger in height or width to the TScrollBox. This does not work either.
Is there a problem with the TScrollBox or am I not pairing them together correctly?