Reloading root of NSOutlineView
Reloading root of NSOutlineView
- Subject: Reloading root of NSOutlineView
- From: Ben Chess <email@hidden>
- Date: Fri, 18 Jan 2002 01:29:22 -0500
Hi,
I have a quick question about NSOutlineView. I can't find a way to
successfully force a reload of the root items. My OutlineView starts
out with 0 items, but I'd like to add to it later. I've tried
[outlineView reloadData], [outlineView reloadItem:nil] and even
[outlineView reloadItem:outlineView], the latter two with and without
withItem:YES, and nothing seems to be working.
Thanks
Ben