RE: [NSTableView setDrawsGrid:YES]
RE: [NSTableView setDrawsGrid:YES]
- Subject: RE: [NSTableView setDrawsGrid:YES]
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Thu, 13 May 2004 16:53:52 -0400
Have you tried the old "flick it off, then flick it on" approach:
[m_killList setDrawsGrid:NO];
[m_killList setDrawsGrid:YES];
It was one of the suggestions in the archives.
Jonathan
>
IBOutlet NSTableView* m_killList;
>
>
[m_killList setDrawsGrid:YES];
>
[m_killList setNeedsDisplay:YES];
>
>
>
Hmmm, still no grid! I may have to switch to .NET/C# to get a table with
>
grid lines.
>
>
Come on Apple engineer, tell me why this does not work! I dare you!!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.