From 78c7e8aeb23ed9e3ccc3994bfa8cbd2ec052de2f Mon Sep 17 00:00:00 2001 From: xylia Date: Tue, 21 Nov 2023 17:46:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20AutoCompleteTextBox=20?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E7=BB=91=E5=AE=9AText=E6=97=A0=E6=95=88=20?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E5=85=B6=E8=87=AA=E5=8A=A8=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HandyControl_Net_40/Themes/Theme.xaml | 24 +++++++--- .../Controls/AutoCompleteTextBoxDemoCtl.xaml | 2 +- .../AutoCompleteTextBoxDemoViewModel.cs | 44 +------------------ .../AutoCompleteTextBox.cs | 23 ++++++---- .../Base/AutoCompleteTextBoxBaseStyle.xaml | 16 ++++++- .../HandyControl_Shared/Themes/Theme.xaml | 16 ++++++- 6 files changed, 64 insertions(+), 61 deletions(-) diff --git a/src/Net_40/HandyControl_Net_40/Themes/Theme.xaml b/src/Net_40/HandyControl_Net_40/Themes/Theme.xaml index 8b417c6b6..0f9c9cdee 100644 --- a/src/Net_40/HandyControl_Net_40/Themes/Theme.xaml +++ b/src/Net_40/HandyControl_Net_40/Themes/Theme.xaml @@ -11703,8 +11703,9 @@ - - + + + @@ -11712,10 +11713,10 @@ - + - + @@ -11761,7 +11762,18 @@ - + + + + + + + + + + + + diff --git a/src/Shared/HandyControl_Shared/Themes/Theme.xaml b/src/Shared/HandyControl_Shared/Themes/Theme.xaml index fd777b2f2..9cfbcec97 100644 --- a/src/Shared/HandyControl_Shared/Themes/Theme.xaml +++ b/src/Shared/HandyControl_Shared/Themes/Theme.xaml @@ -11840,6 +11840,7 @@ + @@ -11848,10 +11849,10 @@ - + - + @@ -11897,6 +11898,17 @@ + + + + + + + + + + +