Zooming a single node
Zooming a single node
How can I zoom a single node and how can that node be displayed on top of the nodes in its neighbourhood?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Zooming a single node
Hi Collinor,
Sorry for the delayed reply.
Yes, you can do something like this:
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;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |