Re: NSTableView column sizes

2017-03-15 Thread Quincey Morris
On Mar 15, 2017, at 06:51 , Stephane Sudre wrote: > > the Column Sizing option Remember too that each column has its own sizing options that operate in conjunction with the table view’s options. For each column, you can decide whether the column participates in autoresizing (separately from wh

Re: NSTableView column sizes

2017-03-15 Thread Stephane Sudre
On Wed, Mar 15, 2017 at 9:59 AM, Daryle Walker wrote: > 1. Is there a way to make the last (right in the U.S. localization) column to > always be at the end of the table-view, instead of a gap after a resize? Yes, there is. > 2. My table has two columns. Is there a way to keep their sizes in pr

Re: NSTableView column sizes

2017-03-15 Thread Steve Mills
On Mar 15, 2017, at 03:59:43, Daryle Walker wrote: > > 1. Is there a way to make the last (right in the U.S. localization) column to > always be at the end of the table-view, instead of a gap after a resize? > > 2. My table has two columns. Is there a way to keep their sizes in proportion > af

NSTableView column sizes

2017-03-15 Thread Daryle Walker
1. Is there a way to make the last (right in the U.S. localization) column to always be at the end of the table-view, instead of a gap after a resize? 2. My table has two columns. Is there a way to keep their sizes in proportion after a window resize? (If the divider is moved, resizes will follo