From 05c454dce40b18c8bb251634eb49597b1f185819 Mon Sep 17 00:00:00 2001 From: Mbucari Date: Tue, 4 Apr 2023 10:49:27 -0600 Subject: [PATCH] Fix directory select controls --- .../DirectoryOrCustomSelectControl.axaml | 29 +++-- .../DirectoryOrCustomSelectControl.axaml.cs | 121 +++++++----------- .../Controls/DirectorySelectControl.axaml | 18 ++- .../Controls/DirectorySelectControl.axaml.cs | 44 +++---- 4 files changed, 94 insertions(+), 118 deletions(-) diff --git a/Source/LibationAvalonia/Controls/DirectoryOrCustomSelectControl.axaml b/Source/LibationAvalonia/Controls/DirectoryOrCustomSelectControl.axaml index f10b1767..761f205d 100644 --- a/Source/LibationAvalonia/Controls/DirectoryOrCustomSelectControl.axaml +++ b/Source/LibationAvalonia/Controls/DirectoryOrCustomSelectControl.axaml @@ -5,29 +5,30 @@ xmlns:controls="clr-namespace:LibationAvalonia.Controls" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="LibationAvalonia.Controls.DirectoryOrCustomSelectControl"> - - + + + + IsChecked="{Binding KnownChecked, Mode=TwoWay}"/> + IsChecked="{Binding CustomChecked, Mode=TwoWay}"/> - - -