nsoutlineview
Binding view-based NSOutlineView to Core Data
I\'m trying to implement the new view-based OutlineView as a source list in my Mac app. I can\'t get values to display, though, so I made a small test app from the Core Data app template, and can\'t g[详细]
2023-03-28 14:17 分类:问答View Based NSOutlineView Drawing Child Views Atop Parent Views
Using NSOutlineView + NSTreeController + Core Data is resulting in odd outline view layout. As you can see in the images below, the outline view creates a space for the \'Child\' when the \'Parent\' i[详细]
2023-03-26 13:46 分类:问答NSOutlineView indentation issue
I\'m using an NSOutlineView object to represent a file structure and am finding that it will not correctly indent any children which are expandable, though it will indent children that aren\'t.[详细]
2023-03-26 08:28 分类:问答NSOutlineView set max column width with its contents
Is it posible to set an NSOutlineView\'s NSTableColumn max width with its contents? Thanks in advance开发者_如何学编程.After eight months I hope you just went ahead and chose some widths that were go[详细]
2023-03-20 05:54 分类:问答NSOutlineView setNeedsDisplayInRect calls fail
I have an NSOutlineView that uses a custom NSCell subclass to draw an NSProgressIndicator. Each NSCell has a refreshing property that is set by the NSOutlineView delegate willDisplayCell:forItem: meth[详细]
2023-03-13 02:52 分类:问答Using NSOutlineView with NSTreeController in MonoMac
Anyone got an example on how to use NSOutlineView wit开发者_JAVA百科h NSTreeController bindings using MonoMac?[详细]
2023-03-01 04:32 分类:问答NSOutlineView with transparent field editor
I\'m working with a NSOutlineView located on a HUD panel. I configured it so that it doesn\'t draw its background. Everything looks fine until I double click to edit a cell.[详细]
2023-02-19 21:03 分类:问答NSOutlineView row indexes changes when expanding item
Say I have a NSTableView (for example, a) and a NSOutlineView (for example, b). In the datasource of a I\'m trying to get the parent item of all the selected items of b. In the row no. rowIndex of a[详细]
2023-02-10 00:47 分类:问答Adding custom subviews to NSOutlineView with source list style
I\'d like to add some controls above the contents of an NSOutlineView that has NSTableViewSelectionHighlightStyleSourceList set so that it looks like a Finder/iTunes/iPhoto-like source list. The contr[详细]
2023-02-09 15:06 分类:问答Regarding NSoutlineView and WriteItem | Drag-and-Drop Problem
To handle Drag-n-Drop have done following, -(void)InitMyOutlineView{ - - - - -- - - - - - - --- - - - - - - --[详细]
2023-02-08 07:16 分类:问答