Skip to content

[SplitButton] Incorrect height #10464

@niels9001

Description

@niels9001

Describe the bug

Compared to other button controls, SplitButton does not seem to have the correct height.

Image

Windows UI Kit (Figma):

Image

Steps to reproduce the bug

 <StackPanel
     HorizontalAlignment="Right"
     VerticalAlignment="Center"
     Orientation="Horizontal">
     <DropDownButton VerticalAlignment="Bottom" Content="DropDownButton" />
     <SplitButton VerticalAlignment="Bottom" Content="SplitButton" />
     <Button VerticalAlignment="Bottom" Content="Button" />
 </StackPanel>

NuGet package version

1.7.250310001

Metadata

Metadata

Assignees

Labels

area-SplitButtonbugSomething isn't workingclosed-FixedDescribed behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions