From 9354650efaee717d64ef456bc82f73a8ed4f77bd Mon Sep 17 00:00:00 2001 From: workgroupengineering Date: Wed, 14 Feb 2024 08:39:38 +0100 Subject: [PATCH] feat(NumericUpDown): Add InnerLeftContent and InnerRightContent (#14575) * feat(NumericUpDown): Add InnerContent. It is positioned on the opposite side to ButtonSpinnerLocation * fix: TextBox Nullability * fix: Adress review * fix: nits * fix: missing update ControlCatalog --- .../Pages/NumericUpDownPage.xaml | 16 ++++++++++ .../NumericUpDown/NumericUpDown.cs | 31 +++++++++++++++++++ src/Avalonia.Controls/TextBox.cs | 12 +++---- .../Controls/NumericUpDown.xaml | 25 ++++++++++++++- .../Controls/NumericUpDown.xaml | 5 ++- 5 files changed, 81 insertions(+), 8 deletions(-) diff --git a/samples/ControlCatalog/Pages/NumericUpDownPage.xaml b/samples/ControlCatalog/Pages/NumericUpDownPage.xaml index 51516ff0b1..b01b4a93bc 100644 --- a/samples/ControlCatalog/Pages/NumericUpDownPage.xaml +++ b/samples/ControlCatalog/Pages/NumericUpDownPage.xaml @@ -114,5 +114,21 @@ + +