I am trying to research some gui technologies for C # where I can display a tree structure (as opposed to the standard one provided).
Essentially, I want gui to draw a data tree (as if you were going to draw a binary tree on a piece of paper or something like that). Then each of the nodes can be clicked.
If this is not available, does anyone know of something where I can have a GUI such as mindmap that shows links between elements and those that can be clicked?
I can guess what people will say, do it yourself, and in this case I give up already;) This is too advanced for me, and since I am in the workplace, I do not think that I will be given time to do this, as there are more pressing issues to get started, as if this makes the program work!
thanks
user-interface c #
tom
source share