Delphi 7 forms, anchors not working in Vista

后端 未结 6 796
失恋的感觉
失恋的感觉 2020-12-30 06:08

The software is built on Delphi 7.

On my XP machine, the form resizes as I expect. However, on two Vista machines, I have components with anchors set to [akLeft, akT

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 06:49

    It might be because of the transparent frame which is shown by Vista. (In order to give different windows same transparent appearance.

    Try using "Align" (alClient) instead of anchors. Since you are using all anchors, that makes more sense.

提交回复
热议问题