Zooming a single node
Posted: Tue Sep 28, 2010 11:16 am
How can I zoom a single node and how can that node be displayed on top of the nodes in its neighbourhood?
Steema Software - Customer Support Forums
http://teechart.com/support/
Code: Select all
TreeNodeShape1.Resize(TreeNodeShape1.GetResizingHandle(TreeNodeShape1.Bounds.Right,
TreeNodeShape1.Bounds.Bottom), 100, 100);
TreeNodeShape1.BringToFront;