回答編集履歴
1
見直しキャンペーン中
test
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
実際にはこちらが、ほぼそのまま使えるかと思います。
|
8
8
|
[wpf - Using a ScrollViewer with an ItemsControl with a Canvas as the ItemsPanel - Stack Overflow](https://stackoverflow.com/questions/48756882/using-a-scrollviewer-with-an-itemscontrol-with-a-canvas-as-the-itemspanel)
|
9
9
|
|
10
|
-
```x
|
10
|
+
```xml
|
11
11
|
<Window
|
12
12
|
x:Class="Q6fqs4vhmi2lp5m.MainWindow"
|
13
13
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
@@ -127,3 +127,6 @@
|
|
127
127
|
}
|
128
128
|
```
|
129
129
|
[NuGet Gallery | CommunityToolkit.Mvvm 7.1.2](https://www.nuget.org/packages/CommunityToolkit.Mvvm/7.1.2)
|
130
|
+
|
131
|
+
![アプリ画像 スクロールバー出現前](https://ddjkaamml8q8x.cloudfront.net/questions/2023-07-30/563ad434-1bea-4ae3-ac37-745b660c3bce.png)
|
132
|
+
![アプリ画像 スクロールバー出現後](https://ddjkaamml8q8x.cloudfront.net/questions/2023-07-30/882aa191-d802-4823-bd52-9a8ae1f1bc61.png)
|