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 表单 (780 * 472) 中,我放置了一个具有相同尺寸 (780 * 472) 的 PageControl。在窗体最大化的运行时,PageControl 没有占据全屏,如下图所示。表单最大化时如何使 PageControl 占据全屏。
调整 PAgeControl 的锚点(如果您使用的是 FireMonkey 而不是 VCL,请查看Margins和Padding属性)以允许自动调整组件的大小。观看此视频教程以获取更多信息。