Skip navigation.
 
mlRe: Set view in bottom right corner of NSTableView
FROM : Stéphane
DATE : Fri May 16 16:49:15 2008

On May 16, 2008, at 3:58 PM, <email_removed> wrote:

> Hello List
>
> I have been using NSTableView -setCornerView: to provide additional 
> drag thumb image views for tables embedded in splitviews.
>
> Has anyone found it possible to do the same thing in the bottom 
> right hand corner of a table as opposed to the top?
> Obviously there is no NSTableView -setBottomCornerView: method but 
> I thought it might be possible by manually adding a subview to the 
> enclosing NSScrollView.


This might not be that easily possible as the positions of the views 
inside the scrollview are recomputed quite often and your bottom 
corner view would be ignored by this code. So this would require 
subclassing some code in NSScrollView. Not impossible but not easy 
and this part of the AppKit does not work the same way between OS 
versions.

Related mailsAuthorDate
mlSet view in bottom right corner of NSTableView jonathan@mugginsof… May 16, 15:58
mlRe: Set view in bottom right corner of NSTableView Stéphane May 16, 16:49
mlRe: Set view in bottom right corner of NSTableView jonathan@mugginsof… May 16, 18:04
mlRe: Set view in bottom right corner of NSTableView Kyle Sluder May 16, 19:15
mlRe: Set view in bottom right corner of NSTableView jonathan@mugginsof… May 16, 20:31
mlRe: Set view in bottom right corner of NSTableView jonathan@mugginsof… May 17, 22:14