Thanks Kyle for the enlightenment! Very much appreciated.
So however awkward - I guess I have to live with this technique.
Am 14.07.2011 um 18:29 schrieb Kyle Sluder:
> On Tue, Jul 12, 2011 at 11:53 AM, Peter wrote:
>> I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors
>
On Tue, Jul 12, 2011 at 11:53 AM, Peter wrote:
> I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors as
> a settable preference in my app's preferences window. "Easy, just use a
> binding", I thought before I realized that NSTableView does not expose this
> setting via bi
I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors as a
settable preference in my app's preferences window. "Easy, just use a binding",
I thought before I realized that NSTableView does not expose this setting via
bindings, neither using IB nor programatically.
I found t