如何将图像放在大纲视图中仅父行的文本单元格旁边?

发布于 2024-07-23 18:24:40 字数 184 浏览 6 评论 0原文

我希望在大纲视图中的文本单元格旁边有一个图像,仅用于父行。 就像 Xcode 中的内容一样: alt 文本 http://snapplr.com/snap/wsgp 。 您将如何执行此操作或者您需要自定义单元?

I am looking to have an image next to a text cell for only the parent rows in my Outline View.
Like what they have in Xcode: alt text http://snapplr.com/snap/wsgp
. How would you do this or would you need a Custom Cell?

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

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

发布评论

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

评论(1

眼眸里的那抹悲凉 2024-07-30 18:24:40

您需要为此创建一个自定义单元格。 我注意到您过去问过一些类似的问题,所以如果您还没有开始走定制单元的道路,那么这将是一个很好的机会。 做起来并不太难,它将有助于理解细胞如何工作,并且有大量的教程和示例代码示例可供参考。 这是一个示例,我当然你可以通过谷歌找到很多其他的。 我相信在 Xcode 示例项目中甚至有一个 NSOutlineView 示例(或者至少在 10.3 左右)。

You'll need to create a custom cell for this. I've noticed you asking a few similar questions in the past, so if you haven't started down the road of custom cells yet this would be a good opportunity to do so. It's not too difficult to do, it will be helpful in understanding how cells work, and there are plenty of tutorials and sample code examples to go from. Here's one example, I'm sure you can find plenty of others through Google. There's even one in the Xcode sample projects, I believe under one of the NSOutlineView examples (or at least there was back around 10.3).

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