Hope someone has tried this. I need to place widgets inside a scrolledwindow, which is itself inside a scrolledwindow. I want the outer scrolledwindow to handle the resize of the app and the inner scrolledwindow to handle a variable,possibly large, number of duplicate widgets.
It sort of works except the outer scrolled window's virtual size blows up to what would be required if the inner scrolled window were not present and the outer scrolledwindow was trying to hold all the widgets from the inner scrolledwindow. Anyone attemped this and succeeded? Thanks. Jeff