Ian Warwick
01/31/2020, 11:30 PMWRAP_CONTENT
?Adam Powell
01/31/2020, 11:37 PMLayoutWidth.Fill
(and matching for Height
and Size
to set min = max for those constraints and continue measurement, but most layouts try to size conservatively by default for a very WRAP_CONTENT
-like behaviorIan Warwick
02/01/2020, 12:02 AMModifer.None
to a Card
inside a popup and it was then applying more space. By removing the modifer override of Modifer.None
it wraps the items nicely, screenie with modifier:Adam Powell
02/01/2020, 12:06 AMModifier.None
is just an empty sentinel, it's used as the default parameter value for modifiers everywhere. I'm willing to bet something else was at play there...Container
around the Card
there for?Ian Warwick
02/01/2020, 12:16 AMAdam Powell
02/01/2020, 12:18 AMprintln
it or take a look at one in the debugger at a breakpoint and you should be able to see what's up pretty quicklyIan Warwick
02/01/2020, 12:24 AMLayoutHeight.Constrain
to fix something else and forgot about it 😆 anyway wow its gone midnight and super tired better leave this till morning thanks for all the super work! Its very awesome to work with very happy where its going and nice one about the string info 👍