Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic how can I resize the container node (Read 1190 times)
Hamdy Ghanem
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 110
Location: Egypt
Joined: Mar 11th, 2009
how can I resize the container node
Apr 12th, 2009 at 8:00am
Print Post  
how can I resize the container node?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: how can I resize the container node
Reply #1 - Apr 12th, 2009 at 9:55am
Print Post  
Try with container.EnabledHandles = AdjustmentHandles.All. Though containers resize automatically to fit their content, so moving a child node or adding a new node to the container will reset its size again. You could set container.AutoShrink = false to mitigate this, or perhaps restore the size set by the user from some event handlers.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint