gpt4 book ai didi

swift - 修改NSTableview的标题 View

转载 作者:行者123 更新时间:2023-11-30 12:09:58 24 4
gpt4 key购买 nike

我想“拉皮条”我的 TableView 标题它的高度应该为 60.0。

我尝试过这个:

myTableView.headerView!.frame.size.height = 60

它会更高,但“内容”将保持相同的大小:

enter image description here

最佳答案

我建议指定框架而不是高度。

 NSRect frame = tableView.headerView.frame;
frame.size.height = 26;
tableView.headerView.frame = frame;

关于swift - 修改NSTableview的标题 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46196938/

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