From c32badb75090e8ae13ed2c0b0731c3f00e149063 Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Sun, 11 Feb 2018 22:43:22 -0500 Subject: [PATCH] Add support for Category, Name, and Description to PropertyGrid using DisplayAttribute --- Torch.Server/Views/ConfigControl.xaml | 2 +- Torch/Views/PropertyGrid.xaml | 2 + Torch/Views/PropertyGrid.xaml.cs | 210 ++++++++++++++++---------- 3 files changed, 136 insertions(+), 78 deletions(-) diff --git a/Torch.Server/Views/ConfigControl.xaml b/Torch.Server/Views/ConfigControl.xaml index 06ee641..5d80731 100644 --- a/Torch.Server/Views/ConfigControl.xaml +++ b/Torch.Server/Views/ConfigControl.xaml @@ -118,7 +118,7 @@