Hi,
I'm an iOS developer exploring/fairly new to desktop development - and I'd
like to implement something like a kanban board as a desktop application.
A kanban board is essentially a set of columns and swimlanes - and at a
minimum, requires the ability to add "cards" to columns as well as the
a
On Oct 3, 2014, at 8:27 PM, Charles Jenkins wrote:
> What I’m trying to make is a scroll view containing a vertical stack of
> editors for RTF subdocuments. Each of the text views should size itself to
> fit the width of the scroll view, but grow vertically as much as necessary to
> display it
> On Oct 4, 2014, at 11:27 AM, Charles Jenkins wrote:
>
> I just asked a question about the NSStackView, but perhaps I’m looking at the
> wrong control altogether.
>
> What I’m trying to make is a scroll view containing a vertical stack of
> editors for RTF subdocuments. Each of the text vi
Thank you for responding, guys.
Keary, I see you’re right: NSTableViewDelegate’s tableView:heightOfRow: will be
key if my stack of editors appears in a table view. I’ve been struggling all
day to get a test program to call my delegate’s functions. I must say, the
table view is a very dishearten