Skip to content

Can't get Grid sizing scopes to work in FuncUI #443

@marklam

Description

@marklam

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*

XamlGrids:
image

FuncUIGrids:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions