From 585eb9b86b2671198fac61466cf0586f2674acdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=98=D0=B2=D0=B0=D1=88=D0=BA?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 5 Dec 2024 16:27:57 +0500 Subject: [PATCH] ContextMenu in ListView and TreeView done, but haven't normal icons --- .../Windows/MainGraph/GraphView.xaml | 43 ++++++++++++++++++ .../Windows/TreeGraph/TreeGraphView.xaml | 44 +++++++++++++++++++ 2 files changed, 87 insertions(+) diff --git a/StructureHelper/Windows/MainGraph/GraphView.xaml b/StructureHelper/Windows/MainGraph/GraphView.xaml index 0f389a2..e9206f2 100644 --- a/StructureHelper/Windows/MainGraph/GraphView.xaml +++ b/StructureHelper/Windows/MainGraph/GraphView.xaml @@ -76,6 +76,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StructureHelper/Windows/TreeGraph/TreeGraphView.xaml b/StructureHelper/Windows/TreeGraph/TreeGraphView.xaml index 9b47ad3..822f88d 100644 --- a/StructureHelper/Windows/TreeGraph/TreeGraphView.xaml +++ b/StructureHelper/Windows/TreeGraph/TreeGraphView.xaml @@ -40,6 +40,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +