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.
我使用win32来生成我的界面。
我正在寻找窗口自然放置在控件周围的填充。例如,在选项卡控件中,选项卡控件的高度包括顶部边框的高度和顶部的选项卡标题的高度。按钮也是如此。
我想知道如何在创建实际控件之前找到这些额外填充的确切高度,因为我需要将它们添加到高度和宽度,以便控件的客户区在创建后是正确的大小具有静态精确大小的主机内容。
请参阅AdjustWindowRect调整窗口以进行填充。
AdjustWindowRect