My iOS Apps iOS Software Mac OS Software Classic Software HyperCard Software |
Sork Software » SSListView |
Updated 08-08-02 |
|
SSListView This custom Cocoa list view class will display long lists of similar items in snaking columns that will scroll horizontally, if needed. The data is shown using a NSTextFieldCell, but it is possible to use a custom cell instead. Individual data items respond to clicks and double clicks, they can be edited, and partially support formatting. The appearance and functionality of a SSLIstView can be customized by many methods that are similar to those available to NSTableView. See the class documentation that also features an example using a custom cell. Since the SSListView class inherits from NSView, it implements much of the NSControl functionality in its own code. This might help anyone who wish to create other custom controls that use cells.
A simple example application is available that demonstrates most of the possibilities of the SSLIstView.
Downloads: There must be things that I have not thought of and perhaps even bugs in this newbie class, if you find something questionable, please let me know: Never let a computer know you’re in a hurry. |