Forum > Packages and Libraries
TLvlGraphControl
(1/1)
Dzandaa:
Hi,
Discovering TLvlGraphControl :)
Is there a way/example to draw the controls vertically instead of horizontally?
Is it possible to move nodes?
If no, is there another control that allows you to create a layered graph?
Add nodes, create bindings, etc...
Thank you.
B->
Martin_fr:
Not that I am aware of.
As for drawing vertically, you can create an inherited class, override the paint method(s) and switch the x/y coordinates in those methods.
As for moving... Nothing build in. But maybe as long as each node stays within its "level" (column), you can try to change the "DrawPosition". I haven't tried it though.
There is a project in the examples folder. I have no idea if it answers your questions.
Dzandaa:
Hi,
@Martin_fr
I already tried the example but it doesn't fit my needs :)
Thank you.
Still looking :)
B->
Navigation
[0] Message Index