-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I've made a sample repo at https://github.com/marklam/GridSizingScopes
The sample code from https://docs.avaloniaui.net/docs/reference/controls/grid/sharedsizegroup is replicated in F# in the XamlGrids project.
An attempt to recreate this in FuncUI is in the FuncUIGrids project.
The XamlGrids version sizes the groups A, B and C (columns 1, 2 and 4) to their content. The FuncUI version sizes all the columns as if they were of width 1*
Is there something I'm missing? It doesn't seem like this should be object graph / diff related, but I'm not sure.
Metadata
Metadata
Assignees
Labels
No labels

