DataView is a list control subclassed from piDogScrollingCanvas piDog. Animated Column reordering, Row Dragging, Folder Expansion and Collapse and optionally, CellHeights. List is backed by a DataSource object: subclass DataSource and manage your data your way. Independantly setable RowHeights. Set Font attributes and colors for individual cells. Receive Mouse Events in individual cells. Supports Zoom In/Out. Optionally uses native NSScrollers under OSX.
Full Specifications
What's new in version 1.14.0.1
[New] Column resizing now optionally creates a temporary datasource containing the visible rows to use in rendering during resize operations to prevent slowdowns due to repetative queries if the datasource is using a database backend.
[New] Added UseTempDataSourceForColumnResize property to clone the visible rows for use during column resize operations to reduce overhead and improve performance when a database is used as backend for DataSource.
[New] Added DataViewListboxStyle and DataViewFileBrowserStyle example subclasses
[New] Added UsesSystemSortIndicators to separate rendering preference