Author Topic: How to fix other elements inside the container?  (Read 1315 times)

Ivan987

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How to fix other elements inside the container?
« 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


Pic-2


Takeshi K

  • EA User
  • **
  • Posts: 593
  • Karma: +39/-1
    • View Profile
Re: How to fix other elements inside the container?
« Reply #1 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
--
t-kouno