From 555eb07ec180ccb75ccd472e6eea9e82db0eae63 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Tue, 10 Dec 2019 21:40:17 -0500 Subject: [PATCH] Readability changes to datagrid. Functional changes to come --- .../Design/Components/DataGrid/DataGrid.xaml | 2 +- .../Components/DataGrid/DataGrid.xaml.cs | 489 +++++++++++------- .../Components/DataGrid/DataGridColumn.cs | 8 +- .../Components/DataGrid/DataGridComponent.cs | 12 - .../Design/Components/Library/Library.xaml.cs | 2 - 5 files changed, 303 insertions(+), 210 deletions(-) delete mode 100644 Aurora/Design/Components/DataGrid/DataGridComponent.cs diff --git a/Aurora/Design/Components/DataGrid/DataGrid.xaml b/Aurora/Design/Components/DataGrid/DataGrid.xaml index 08e37ec..e93ba85 100644 --- a/Aurora/Design/Components/DataGrid/DataGrid.xaml +++ b/Aurora/Design/Components/DataGrid/DataGrid.xaml @@ -16,7 +16,7 @@ x:Name="_headerView" RowSpacing="0"> - +