Do not use Control as container for config UI elements
Control eats touch events, preventing the page from being scrolled with touch. So use a plain Item and replicate some functionality that control gives us for free.
Control eats touch events, preventing the page from being scrolled with touch. So use a plain Item and replicate some functionality that control gives us for free.