The right of a cell should be able to contain an accessory button. For example, a QuickLook "eye" button to the right of an image cell. Clicking on it would execute a delegate method which could use QuickLook to display a larger version of the image.
Another example would be a calendar button which when clicked would popup a calendar control provided by the delegate. Setting the value on the delegate would pass the value back to the cell.
The right of a cell should be able to contain an accessory button. For example, a QuickLook "eye" button to the right of an image cell. Clicking on it would execute a delegate method which could use QuickLook to display a larger version of the image.
Another example would be a calendar button which when clicked would popup a calendar control provided by the delegate. Setting the value on the delegate would pass the value back to the cell.