Does placing controls on a MobileTabPanel on Android not keep them to the panel index where they are placed?
It looks to me like they show up in front of the TabPanel control regardless of how you place them.
Does placing controls on a MobileTabPanel on Android not keep them to the panel index where they are placed?
It looks to me like they show up in front of the TabPanel control regardless of how you place them.
MobileTabPanel on Android works with MobileContainer instances. You’ve to set the containers at the Inspector. This works different than on Desktop.
understood. Thanks.