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.
我的应用程序有 NSTableView(基于视图),当我将太长的值添加到最后一列时
首先它“击中”滚动条
然后当我调整窗口大小时,该行没有调整大小以适应内容
有谁知道如何处理这个问题?!
任何形式的帮助都非常感谢!
这个问题的原因是由于约束。如果你在 NSTableColumn 下使用 NSTableCellView,那么你需要为 NSTableCellView 设置约束。突出显示 NSTableCellView 并单击“解决自动布局问题”并单击“在容器中添加缺少的约束”。这将解决问题。