回答編集履歴
1
参考URLを追記
answer
CHANGED
@@ -28,4 +28,5 @@
|
|
28
28
|
mainPanelBorder.Margin = new Thickness();
|
29
29
|
}
|
30
30
|
}
|
31
|
-
```
|
31
|
+
```
|
32
|
+
※参考URL:https://stackoverflow.com/questions/1050953/wpf-toolbar-how-to-remove-grip-and-overflow
|