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.
我正在为 OS X 的应用程序开发一个简单的画廊,默认情况下,a 的项目NSCollectionView在左边,我如何让它的项目以它的宽度居中?像这张图片:
NSCollectionView
设置您的原型视图以包含 NSImageView 的实例(假设这是您用来显示图片的),它是原型视图本身的大小。设置图像视图,使其与原型视图一起调整大小。然后,使用属性检查器,将对齐设置为中心。