Editable grid interface
Hello, I'd like to implement a kind of editable grid, with possibility to dynamically add columns and rows, and editing of the cells through freeform input and selection from a collection (e.g. with an option- pane). The application is an OS X CAPI application. The only grid-like pane I could find is multiple-column-list-pane, but I could not find a way to select a single cell in it and make it editable. Another way would be to implement the grid as a grid layout where I manually lay out text-input-panes and option-panes. Is there a simpler way? Thank you, Denis.