Hi,
I have an application that consists of a View in which I push a dynamic List list based on the user's actions.
In some cases I also push a Container to the view after a particular List item was tapped in which I insert an image into the Container's inner HTML. In some cases the image is pretty large, and the Container isn't scrollable by default.
Full application structure:
Ext.TabPanel > Ext.navigation.View > Ext.List > Ext.Container
I tried setting all kinds of layout and scroll(able) properties to all components involved, to no avail. Any other suggestions?