Specifies whether the cells in the matrix are scrollable.
Original signature is '- (void)setScrollable:(BOOL)flag'
Available in Mac OS X v10.0 and later.


- flag (Boolean)
- YES to make all the cells in the receiver scrollable, so the text they contain scrolls to remain in view if the user types past the edge of the cell. If flag is NO, all cells are made nonscrolling. The prototype cell, if there is one, is also set accordingly

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)