Object
TreeViewNode
![]() | A constructor that takes a text. |
![]() | A constructor that takes a text and a image. |
![]() | A constructor that takes a text, image and true or false depending on if the node should have expander or not. |
![]() | A constructor that takes text, image and high resolution image for Retina mode. |
![]() | A constructor that takes text, image, high resolution image for Retina mode and and true or false depending on if the node should have expander or not. |
![]() | Set this property to true to let the node text be drawn bold faced. |
![]() | Set this property to true to let the node text be drawn italic faced. |
![]() | Set this property to true to let the node text be drawn with text underline style. |
![]() | Use this property to force a node to have a expander even if it has no child nodes. |
![]() | If set to true then TextColor property is active and will override Text color setting coming from the TreeView Control. |
![]() | High resolution image for Retina mode on Retina displays running on Cocoa |
![]() | Sets or gets the node image. |
![]() | A property to store custom data on the node. |
![]() | Sets or gets the text of a node. |
![]() | Sets the text color of a node. |
![]() | Adds text to additional columns of the node. |
![]() | Adds text and alignment to additional columns of the node. |
![]() | Appends a child node to the current node. |
![]() | Returns the depth of the node in the tree. |
![]() | Returns true if the node is expanded. |
![]() | Returns x location where text starts to draw on a node, taking into account indents, expanders and icons. |
![]() | Returns the Screen Index of the node. |
![]() | Finds a index of a child node relative to the parent. |
![]() | Inserts a child node at a given index to the current node. |
![]() | Sets or gets the alignment for a specific column. |
![]() | Sets or gets the text for a specific column. |
![]() | Returns a child node at a given index. |
![]() | Returns the count of child nodes. |
![]() | Removes a child node. |
![]() | Removes a child node at a index that is relative to the parent node. |
![]() | Returns true if the node is currently selected. |
![]() | Expands or collapses the node. |
![]() | Sets Left or Right indent for the sub item |
![]() | Swaps child nodes of the given node instance. |
![]() | Enum that defines values for TreeViewNode alignments. |