From 7f32fa1cb883ad64f830cddce0e02ff3699da237 Mon Sep 17 00:00:00 2001 From: "kwan.nguyen" Date: Tue, 7 Jan 2025 13:15:17 +0700 Subject: [PATCH] update user log dropdown display when clicked --- PCUT/PCUT/Pages/Logs/LogInformationPage.xaml | 3 ++- PCUT/PCUT/Pages/Logs/LogInformationPage.xaml.cs | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml b/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml index 9739ef4..94f3bec 100644 --- a/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml +++ b/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml @@ -45,7 +45,8 @@ TextMemberPath="UserName" PlaceholderText="Users" Margin="5,0,5,0" - HorizontalAlignment="Stretch" VerticalAlignment="Center"/> + HorizontalAlignment="Stretch" VerticalAlignment="Center" + GotFocus="Users_GotFocus"/>