how to fit DetailedView widget BOTH to row and column height – (toga, python, beeware)
In my GUI app, the table (a DetailedView
type widget) should grow/fit vertically and horizontally, as much as possible (up to the other elements.).
Right now it either fit the height OR width (but not both).