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.
我有一个NSSplitView, 每个子视图(左/右)在单击时似乎在它们周围绘制了一个明亮的蓝色轮廓。这些子视图中的每一个都是一个NSScrollView
NSSplitView
NSScrollView
有没有办法禁用它?我翻遍了文档无济于事。
选择属性检查器并在“视图”类别下将Focus Ring属性设置为无。
Focus Ring
确保对视图层次结构中的所有视图执行此操作。