Using NSOutlineView with NSTreeController in MonoMac
Anyone got an example on how to use NSOutlineView wit开发者_JAVA百科h NSTreeController bindings using MonoMac?
Thanks in advance, Fredrik
MonoMac includes an example for NSOutlineView called "macdoc". Unfortunately it just shows you how to use the control with text nodes.
Currently I'm trying to implement a sidebar with icons and text. But unfortunately up to now I didn't manage to implement the "view based" content model (needed for images and text as nodes).
If needed I can provide my running program with text nodes.
精彩评论