Skip to content

The children of the UniformStackPanel are not fully fit in the panel #846

@ghost1372

Description

@ghost1372
<Grid>
        <Grid.ColumnDefinitions>
            <ColumnDefinition/>
            <ColumnDefinition/>
        </Grid.ColumnDefinitions>
        <hc:UniformSpacingPanel Orientation="Vertical">
            <TextBlock Text="UniformStackPanel"/>
            <TextBox/>
            <TextBox/>
        </hc:UniformSpacingPanel>
        <hc:SimpleStackPanel Grid.Column="1">
            <TextBlock Text="SimpleStackPanel"/>
            <TextBox/>
            <TextBox/>
        </hc:SimpleStackPanel>
    </Grid>

Untitled

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