nsscroller Questions
4
Solved
Is there any way to overlay the NSScroller over the content of the scroll view (like in iOS)? I've already tried several approaches:
a) setting the frame of the scroll view content view (NSClipVie...
Ditmore asked 21/11, 2010 at 2:55
5
Solved
I'm subclassing NSScroller to try to make it look similar to how "scrollbars" look on iOS. I want it to just be an overlay representing the current position that is drawn OVER what is under it. For...
Quadratic asked 15/11, 2010 at 2:44
2
I have a NSScrollView, which was set to:
MyNSScrollView.hasHorizontalScroller = YES;
MyNSScrollView.hasVerticalScroller = YES;
MyNSScrollView.autohidesScrollers = YES;
MyNSScrollView.scrollerStyle...
Velarize asked 11/6, 2016 at 2:36
5
Is it possible to 'hide' the scrollers of an NSScrollView and still get gestural scrolling behavior?
Terylene asked 17/5, 2011 at 13:36
3
Solved
I have made a slick NSScroller subclass, but can't figure out how to make it overlay on top of the NSScrollView instead of pushing the documentView aside.
Here you can see the background of a NS...
Polychasium asked 9/3, 2011 at 20:32
2
I am able to work with NSTokenField, it is easy to use.. but I want your suggestions on how can I customize it just like it is in "To/ CC" fields in mac mail ie. when no. of tokens in a token field...
Carefree asked 25/2, 2010 at 10:47
1
© 2022 - 2024 — McMap. All rights reserved.