NSOUlineView 标题单元格字体

发布于 2025-01-07 09:22:01 字数 271 浏览 0 评论 0原文

我正在尝试减小 NSOutlineView (基于源列表视图)中标题单元格的字体大小。问题是使用 IB 对我不起作用(都修改 NSTextFieldNSTextFieldCell 的字体)。

视图由 outlineView:viewForTableColumn:item: 使用 makeViewWithIdentifier:owner: 返回

有什么想法吗?

I'm trying to reduce the font size of the Header Cell in a NSOutlineView (source-list view-based). The problem is that using IB doesn't work for me (both modifying the font for NSTextField and NSTextFieldCell).

The views are returned by outlineView:viewForTableColumn:item: using makeViewWithIdentifier:owner:

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追我者格杀勿论 2025-01-14 09:22:01

这些步骤解决了问题。

1) 在IB中选择NSOutlineView

2) 在尺寸检查器中,为尺寸样式选择自动。如果已选择,请取消选择并再次选择(XCode bug?)

现在您可以使用 IB 修改 NSTextFieldCell(标题单元格和数据单元格)的字体。

These steps solved the problem.

1) Select the NSOutlineView in IB.

2) In the Size Inspector select Automatic for Size Style. If it is already selected, deselect and select it again (XCode bug?)

Now you can modify the font for the NSTextFieldCell (Header Cells and Data Cells) using IB.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文