Re: Resizing last column of NSTableView when it touches window border
Re: Resizing last column of NSTableView when it touches window border
- Subject: Re: Resizing last column of NSTableView when it touches window border
- From: Jakob Egger <email@hidden>
- Date: Fri, 09 May 2014 11:59:04 +0200
> Looking at Finder windows in column view, I see that it’s able to discriminate column resizing from window resizing when the last column ends at the edge of the window (though it’s not always clear that the correct cursor is displayed). But it’s really hard to tell exactly where the mouse is pointing, since pixels are mostly pretty small these days.
Actually Finder has the same problem. Open a folder in list view. It's impossible to resize the last column. To resize a column, you have to drag the last column to a different position, resize it, and drag it back. Unfortunately my app doesn't allow rearranging columns :(
Adding an empty 5px spacer column at the end is possible, but an ugly hack. If I can't think of anything better, I'll have to go with that.
Jakob
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden