-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Labels
area-SplitButtonbugSomething isn't workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).
Milestone
Description
Describe the bug
Compared to other button controls, SplitButton
does not seem to have the correct height.
Windows UI Kit (Figma):
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 workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.fix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).