Skip to content

Create additional Grid helper for Names/SharedSizeGroup #28

@scottcg

Description

@scottcg

Consider adding an additional Grid helper to help when doing this:

<ColumnDefinitions>
  <ColumnDefinition x:Name="column1CloneForLayer0" SharedSizeGroup="column1" />
</ColumnDefinitions>

This also applies when referencing a size group and width:

<ColumnDefinitions>
  <ColumnDefinition Width="300" SharedSizeGroup="column1" />
</ColumnDefinitions>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions