NSScrollView's custom content inset

2020-11-05 Thread Dragan Milić via Cocoa-dev
Hi all, What would be the best approach to set custom insets of the contentView (NSClipView) of a NSScrollView? I’ll try to describe the problem in more details… I’m trying to make and application look nice on upcoming Big Sur. The fact that Apple has made it so hard for an application (with r

Re: NSScrollView's custom content inset

2020-11-05 Thread Alex Zavatone via Cocoa-dev
Care to post a screenshot of what you expect and what’s happening? Cheers. Alex Zavatone > On Nov 5, 2020, at 1:28 PM, Dragan Milić via Cocoa-dev > wrote: > > Hi all, > > What would be the best approach to set custom insets of the contentView > (NSClipView) of a NSScrollView? I’ll try to des

NSScrollView's custom content inset

2020-11-05 Thread Dragan Milić via Cocoa-dev
… trying again, as the stupid DTK machine suddenly reseted itself (it does that regularly) and incomplete message was somehow sent on booting back!! What would be the best approach to set custom insets of the contentView (NSClipView) of a NSScrollView? I’ll try to describe the problem in more d

Re: NSScrollView's custom content inset

2020-11-05 Thread Rob Petrovec via Cocoa-dev
Check out NSTableViewStylePlain —Rob > On Nov 5, 2020, at 12:28 PM, Dragan Milić via Cocoa-dev > wrote: > > Hi all, > > What would be the best approach to set custom insets of the contentView > (NSClipView) of a NSScrollView? I’ll try to describe the problem in more > details… > > I’m tr

Re: NSScrollView's custom content inset

2020-11-05 Thread Dragan Milić via Cocoa-dev
> čet 05.11.2020., at 20:57, Rob Petrovec wrote: > > Check out NSTableViewStylePlain Yes Rob, that was it, thanks a lot!! And now I feel quite stupid, trying all complicated things (described in my second message), while it’s so very simple :-) To my defence, that value stands somehow apart, b

Re: NSScrollView's custom content inset

2020-11-05 Thread Rob Petrovec via Cocoa-dev
No problem. Looks like a bug about to clarify the documentation is in order. —Rob > On Nov 5, 2020, at 2:35 PM, Dragan Milić via Cocoa-dev > wrote: > >> čet 05.11.2020., at 20:57, Rob Petrovec wrote: >> >> Check out NSTableViewStylePlain > > Yes Rob, that was it, thanks a lot!! And now I