-
Notifications
You must be signed in to change notification settings - Fork 804
Open
Labels
area-DateTimePickersDatePicker, TimePicker, CalendarDatePicker, CalendarViewDatePicker, TimePicker, CalendarDatePicker, CalendarViewbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
Compared to other button controls, DatePicker does not seem to have the correct height and an incorrect spacing between the header and the button.
Windows Visual Kit (Figma):
Steps to reproduce the bug
HorizontalAlignment="Right"
VerticalAlignment="Center"
Orientation="Vertical"
Spacing="64">
<StackPanel Orientation="Horizontal">
<Button VerticalAlignment="Bottom" Content="Button" />
<TextBox VerticalAlignment="Bottom" Text="Text" />
<DatePicker VerticalAlignment="Bottom" />
</StackPanel>
<StackPanel Orientation="Horizontal">
<Button VerticalAlignment="Bottom" Content="Button" />
<TextBox
VerticalAlignment="Bottom"
Header="TextBox"
Text="Text" />
<DatePicker VerticalAlignment="Bottom" Header="DatePicker" />
</StackPanel>
</StackPanel>
NuGet package version
1.7.250310001
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-DateTimePickersDatePicker, TimePicker, CalendarDatePicker, CalendarViewDatePicker, TimePicker, CalendarDatePicker, CalendarViewbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners

