I have a series of StackSections, one for every element with children in my XML document. If the children are leaf nodes (simple fields) then I display a DynamicForm. If the children contain a list of similar children I then display a ListGrid.
To get scrollbars, I've set the StackSection overflow to "visible" and the parent canvas has overflow set to "auto".
Problem: The ListGrid isn't demanding the space it requires for display and so the sections that contain them are shrinking to try and fit within the parent canvas.
How do I get the ListGrid to enforce it's required height?
To get scrollbars, I've set the StackSection overflow to "visible" and the parent canvas has overflow set to "auto".
Problem: The ListGrid isn't demanding the space it requires for display and so the sections that contain them are shrinking to try and fit within the parent canvas.
How do I get the ListGrid to enforce it's required height?
Comment