Page 1 of 1

Group inside a group

Posted: Mon Aug 10, 2020 3:35 pm
by simon.schvartzman
Hi all...I would like to have a group (let's call it G1) of controls inside a larger group (G2) such that when I move G2, G1 will be also moved along.

Is this possible? I've tried but the IDE doesn't allow me to do it. Is there any trick I should be using?

Many thanks for any hints...

Regards

Re: Group inside a group

Posted: Mon Aug 10, 2020 3:52 pm
by FourthWorld
Set the outer group's selectGroupedControls property to false.

Re: Group inside a group

Posted: Mon Aug 10, 2020 4:38 pm
by simon.schvartzman
Many thanks, works OK.

Best!

Re: Group inside a group

Posted: Mon Aug 10, 2020 5:23 pm
by dunbarx
What Richard said.

This is more commonly used to move one or more controls within a single group.

Craig