Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个显示图片的 Delphi TImage 组件。有时图片比图像尺寸大,需要滚动。我不想使用拉伸属性和自动大小属性,我想通过滚动查看图片。我怎样才能做到这一点?我可以使用TScrollBox,但我不知道如何使用它!此致。
Image.Align从更改alCustom为alNone
Image.Align
alCustom
alNone