• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: [NSTableView setDrawsGrid:YES]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Re: [NSTableView setDrawsGrid:YES] (From: David Blanton <email@hidden>)

  • Prev by Date: Re: Passing a path with spaces inside
  • Next by Date: Re: Subclassed AppKit vis IB & Designated Initializer
  • Previous by thread: Re: [NSTableView setDrawsGrid:YES]
  • Next by thread: Re: window rotation
  • Index(es):
    • Date
    • Thread