Skip navigation.
 
mlRe: Simple question about NSTableView grid...
FROM : Juan Pablo Pertierra
DATE : Thu Apr 14 06:33:08 2005

I understand that there are no rows when the NSTableView is first
created, but the horizontal grid graphic appears even if i add only one
item, and they appear all over the table regardless of the number of
items, so there must be a way to make it appear even when there are no
items added?

In fact, if I add an item and then remove it, the grid stays there.  I
think there must be a way to have it appear without having to add and
delete an item.

Juan

On Apr 13, 2005, at 11:23 PM, <<email_removed>> wrote:

> When an NSTableView is created, it contains no rows.  If you would
> like some rows to be added when your application starts, you'll have
> to do it in -awakeFromNib.  But if you're using Cocoa Bindings, this
> could complicate things for you.
>
> James
>

Related mailsAuthorDate
mlSimple question about NSTableView grid... Juan Pablo Pertier… Apr 13, 21:29
mlSimple question about NSTableView grid... Juan Pablo Pertier… Apr 14, 02:47
mlRe: Simple question about NSTableView grid... <java_nutt Apr 14, 06:23
mlRe: Simple question about NSTableView grid... Juan Pablo Pertier… Apr 14, 06:33