Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Ivan987 on January 06, 2023, 02:14:58 am

Title: How to fix other elements inside the container?
Post by: Ivan987 on January 06, 2023, 02:14:58 am
How to fix other elements inside the container?
I have:
   - TabPanel;
   - inside the TabPanel are TreeControl and ListControl.

When I move the TabPanel, the TreeControl and ListControl elements remain in place. 

I expect:
I move the TabPanel, then the TreeControl and ListControl elements move along with the TabPanel. 

How can I move the elements that are inside the TabPanel?
Do I need to cut them individually after I moved the TabPanel?

Pic-1
(https://i.ibb.co/7zyFJ7M/05-01-2023-18-06-46.png)

Pic-2
(https://i.ibb.co/TR0Xd33/05-01-2023-18-14-53.png)
Title: Re: How to fix other elements inside the container?
Post by: Takeshi K on January 06, 2023, 10:56:33 am
Hello Ivan987,

Please drag the <<win32Tree>> object in the Browser and drop onto the <<win32TabPane>> in the Browser. In the Browser, if an object is under another (parent) object, you can move the parent and children together.

HTH