gpt4 book ai didi

cocoa :调整分割 View subview 的大小

转载 作者:行者123 更新时间:2023-12-03 17:56:40 25 4
gpt4 key购买 nike

例如,我想在单击按钮后隐藏 subview 。

enter image description here

点击隐藏按钮后,应用程序应该隐藏 NSTabView(不是 NSTableView!!!)。但问题是顶部的 NSTableView 没有调整大小,如下所示: enter image description here

如何让 NSTableView 在隐藏 NSTabView 后自动调整大小以填充空白?

我关于隐藏底部 subview 的代码:

 NSRect frame = [self.customView frame];
frame.size = NSMakeSize(0, 0);
[[self.customView animator] setFrame:frame];

最佳答案

在隐藏按钮的代码中,只需包含增加 ScrollView (包含表格 View )的框架大小的代码。

关于 cocoa :调整分割 View subview 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12293174/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com