Page 1 of 1

Zooming a single node

Posted: Tue Sep 28, 2010 11:16 am
by 10547181
How can I zoom a single node and how can that node be displayed on top of the nodes in its neighbourhood?

Re: Zooming a single node

Posted: Wed Oct 06, 2010 9:06 am
by narcis
Hi Collinor,

Sorry for the delayed reply.

Yes, you can do something like this:

Code: Select all

  TreeNodeShape1.Resize(TreeNodeShape1.GetResizingHandle(TreeNodeShape1.Bounds.Right,
                        TreeNodeShape1.Bounds.Bottom), 100, 100);
  TreeNodeShape1.BringToFront;