XmlLoader layout with nested GUI Grid and custom controls

Hi,
In the XML layout for the XmlLoader Is it possible to create a GUI Grid and in one of it’s column another nested Grid ?

It was possible to create in the XML layout StackPanel and nested Grid inside it, but where can I find information about the XmlLoader limitation?

Would it be possible to inherit a Control class and create a custom control that would be presented in the XML layout?

Thank you.

Hello, you can see the XML loader docs here: XML Loader | Babylon.js Documentation (babylonjs.com)

Thanks,
Not mentioned too much information in that docs.

Do you have any more questions?

Not at the moment, thanks.

I’ll look into the source code itself, maybe i’ll find out how to add a custom controls.