Hi friends !
Since this is my first post here, allow me to introduce myself: I am Vincent, I live in France, I am fairly new to the Haxe / OpenFL / FeatherUI trio, although I have some AS3 experience that dates back to prehistoric times so I taught I could give a try to all this and the most I can say is that I am enjoying it a lot !
Because I have an exaggerated confidence in myself, after messing around with the code examples, I decided to dive straight into building a rider-management web/mobile app for an equestrian center using the Cairngorm micro architecture framework. Naturally, I'm facing difficulties that my rusty brain can hardly even imagine, but so far I've managed to get by on my own. That said, It's now clear I've reached my limited capacity and that I need help.
To be honest, I don't really understand how FeathersUI's component sizing system works, and more specifically I'm having problems with the StackNavigator. To sum up, scroll bars appear where there shouldn't be any as soon as I add the StackNavigator to the display list (even when StackNavigator is empty, by the way).
My StackNavigator instance is not added directly to the application's root, and here’s a diagram that summarizes the view architecture of my app…

…and a screen capture of the evil scrollbars:

Thanks a lot ! Any advice will be appreciated !