gpt4 book ai didi

macos - 在 NSCollectionView 上设置滚动指示器插入

转载 作者:行者123 更新时间:2023-12-03 17:48:38 26 4
gpt4 key购买 nike

我知道UIScrollViewscrollIndicatorInsets ,所以如果我有 UICollectionView我可以做类似的事情

collectionView.scrollIndicatorInsets = UIEdgeInsetsMake(0,0,0,0);

但是如何在 NSCollectionView 上设置滚动指示器插图自 NSScrollView似乎没有scrollIndicatorInsets属性(property)?

最佳答案

Collection View 包含在剪辑 View 中,剪辑 View 本身包含在 ScrollView 中, ScrollView 具有以下内容:

collectionView.enclosingScrollView?.scrollerInsets

声明的内容:

/* The distance the scrollers are inset from the edge of the scroll view. */
@available(OSX 10.10, *)
public var scrollerInsets: NSEdgeInsets

如果需要进一步自定义,您还可以访问滚动条对象本身:

collectionView.enclosingScrollView?.verticalScroller

关于macos - 在 NSCollectionView 上设置滚动指示器插入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36992037/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com