gpt4 book ai didi

cocoa - NSScrollView subview 都在彼此之上

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

好吧,我试图向 NSScrollView 添加很多 subview (相同类型的 View ,只是显示不同的信息),但是每次我添加 subview (下面的代码)时,它只是将 View 添加到 View 之上到位。如何添加一个 subview ,将其放置在 NSScrollView 中其他 View 的下方?

        using (var pool = new NSAutoreleasePool ()) {
var Widget = new TvShowWidgetController ();
ScrollView.AddSubview (Widget.View);
}

最佳答案

在将 Widget.View 添加到 ScrollView 之前,您需要设置 Widget.View 的 Frame。

另请注意,您允许 Controller 被收集。 Controller 拥有并引用 View ,但 View 不拥有和引用 Controller ,因此您应该保留对 Controller 列表的引用。

关于cocoa - NSScrollView subview 都在彼此之上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5210283/

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