nsscrollview
How can I add NSTextView and NSMatrix controls in a single scrollable NSScrollView?
I am new to Mac development. I want to add three controls in a single Scrollable NSScrollView. 1) NSTextView.[详细]
2023-03-20 11:54 分类:问答How do you animate a scroll and zoom atomically?
I have a custom view in my application, which is layer-backed and embedded in an NSScrollView. I allow the user to zoom in (which is accomplished by increasing the size of my custom view). I\'m having[详细]
2023-03-19 08:50 分类:问答NSTableView redraw not updating display, selection sticking
Although I know of a solution to this problem, I am interested if someone can explain this solution to me.I also wanted to get this out there because I could not find any mention of this problem onlin[详细]
2023-03-19 07:35 分类:问答NSScrollView Problems
I\'m having a few problems with the NSScrollView I\'m trying to use and could use some help.I\'ve read the NSView, NSScrollView and a few other guides and references, along with questions here and coc[详细]
2023-03-18 18:35 分类:问答Filter NSSCrollView using date
I\'m having problem filtering an NSScrollViews contents using it\'s date column. I have an Entity that it\'s contains several attributes, such as Name , AccountNumber , DateOfPurchase , etc. This ent[详细]
2023-03-18 05:05 分类:问答synchronize two NSScrollView
I read the document Synchronizing Scroll Views, and did exactly as the document, but there is an isssue.[详细]
2023-03-17 21:52 分类:问答Scrolling NSScrollView's documentView past CGFloat range
I\'m running into a problem in 32bit builds with NSScrollView scrolling past the 24 bits of CGFloat (float in 32bit, double in 64bit builds).[详细]
2023-03-15 10:56 分类:问答Subclass of NSScroller not drawing
I have an NSScrollView and I\'d like to know when the user mouseDown\'s on it\'s NSScroller.When subclassed NSScroller(to override mouseDown), my NSScrollView\'s horizontal scroller is no longer drawn[详细]
2023-03-14 06:39 分类:问答Set vertical scroller style in NSScrollView
How can I se开发者_运维技巧t the vertical scroller style in NSScrollView?If you\'re using Interface Builder, deselect \"automatically hide scrollers\". The scroll bars then become visible. Click a scr[详细]
2023-03-13 04:19 分类:问答Custom NSScrollView doesn't scroll NSTableHeaderView
I have an NSTableView embedded within a custom NSScrollView subclass, wherein I sometimes do scrolling programmatically, like so:[详细]
2023-03-09 20:07 分类:问答