Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to change container size interactive by user (Read 1600 times)
Dirk Woelfel
YaBB Newbies
*
Offline



Posts: 17
Joined: Jun 26th, 2006
How to change container size interactive by user
Sep 10th, 2018 at 4:11pm
Print Post  
Hello,

I use a container to place different shapes in it. The AutoGrow and AutoShrink functions also work when inserting/deleting shapes.

How can I let the user resize the container interactively by mouse?

Unfortunately, setting the handle style to HatchFrame does not work.

Thank you very much,

Dirk
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: How to change container size interactive by user
Reply #1 - Sep 11th, 2018 at 12:16pm
Print Post  
Hi,

Add a container.EnabledHandles = AdjustmentHandles.All & ~AdjustmentHandles.Rotate; assignment.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Dirk Woelfel
YaBB Newbies
*
Offline



Posts: 17
Joined: Jun 26th, 2006
Re: How to change container size interactive by user
Reply #2 - Sep 11th, 2018 at 3:31pm
Print Post  
Thanks you very much.

I missed this feature.

Dirk
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint