How to change DatePicker width? #15456
Unanswered
maguro1kan
asked this question in
Q&A
Replies: 1 comment 6 replies
-
looks like you need to change the entire control template here, as ColumnDefs are hard-coded: MinWidth and MaxWidth can be overridden here: Avalonia/src/Avalonia.Themes.Fluent/Controls/DatePicker.xaml Lines 34 to 35 in 7a7ab8e |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I properly change the width of a DatePicker?
And I want to make the width of the month in the DatePicker smaller.
Beta Was this translation helpful? Give feedback.
All reactions