From 4c5c88769fbfc3134d1666ab133caea442488af4 Mon Sep 17 00:00:00 2001 From: liufei Date: Fri, 27 May 2022 16:17:02 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=87=E6=8D=A2=E8=8F=9C=E5=8D=95=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PannelCard/LeftCardControl.xaml | 11 ++++++--- .../PannelCard/LeftCardControl.xaml.cs | 23 +++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Control/UserControls/PannelCard/LeftCardControl.xaml b/Control/UserControls/PannelCard/LeftCardControl.xaml index 13138b9..e6df174 100644 --- a/Control/UserControls/PannelCard/LeftCardControl.xaml +++ b/Control/UserControls/PannelCard/LeftCardControl.xaml @@ -18,11 +18,12 @@ - + + @@ -45,7 +46,11 @@ - + + + + + @@ -133,7 +138,7 @@ - + + ///// 点击菜单后 隐藏搜索框 + ///// + ///// + ///// + //private void ListBoxItemPanel_MouseDown(object sender, MouseButtonEventArgs e) + //{ + // if (RunTimeStatus.SEARCH_BOX_SHOW) + // { + // MainWindow.mainWindow.HidedSearchBox(); + // } + // MenuInfo mi = (sender as StackPanel).Tag as MenuInfo; + // int index = MenuListBox.Items.IndexOf(mi); + // MenuListBox.SelectedIndex = index; + //} + + /// /// 隐藏搜索框 ///