Video content:
- Containers
- Custom Containers
- Differences
- Container as a Viewport
When creating applications you will most often need a widget that is not found in the standard widget set (Image, Button, …) included in the TouchGFX release.
One powerful and probably the easiest way of creating your own widgets is by creating your own custom containers. A custom container is an object that contains other existing widgets and combines the visual appearance and behaviours of these widgets.
Knowledgebase article:
https://touchgfx.zendesk.com/hc/en-us/articles/205575842