From 0c82c4335fef8baf1dd8c57a83cf842bc18baf29 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 25 Mar 2024 16:12:15 -0400 Subject: [PATCH] trying something WIP trying to see if I can just get the selected index and bind to it... doesn't seem to be working though ... --- .../CustomControls/PreCheckDetails.axaml | 70 ++++++++++--------- .../CustomControls/PreCheckDetails.axaml.cs | 59 ++++------------ SPTInstaller/ViewModels/PreChecksViewModel.cs | 32 +++------ SPTInstaller/Views/PreChecksView.axaml | 12 ++-- 4 files changed, 62 insertions(+), 111 deletions(-) diff --git a/SPTInstaller/CustomControls/PreCheckDetails.axaml b/SPTInstaller/CustomControls/PreCheckDetails.axaml index 676448c..2987bb3 100644 --- a/SPTInstaller/CustomControls/PreCheckDetails.axaml +++ b/SPTInstaller/CustomControls/PreCheckDetails.axaml @@ -5,38 +5,44 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="SPTInstaller.CustomControls.PreCheckDetails"> + + -