回答編集履歴
2
リンク切れ
answer
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
`ItemsControl`はカスタマイズ性が高いのはいいのですが、すごいややこしいです^^;
|
|
3
3
|
|
|
4
4
|
まずここで大枠を確認してください。
|
|
5
|
-
[ItemsControl 攻略 ~ 外観のカスタマイズ | grabacr.nét](http://grabacr.net/archives/1240)
|
|
5
|
+
[ItemsControl 攻略 ~ 外観のカスタマイズ | grabacr.nét](https://web.archive.org/web/20240806173320/http://grabacr.net/archives/1240)
|
|
6
6
|
|
|
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)
|
1
見直しキャンペーン中
answer
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
|
-
```
|
|
10
|
+
```xml
|
|
11
11
|
<Window
|
|
12
12
|
x:Class="Q6fqs4vhmi2lp5m.MainWindow"
|
|
13
13
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
@@ -126,4 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
```
|
|
129
|
-
[NuGet Gallery | CommunityToolkit.Mvvm 7.1.2](https://www.nuget.org/packages/CommunityToolkit.Mvvm/7.1.2)
|
|
129
|
+
[NuGet Gallery | CommunityToolkit.Mvvm 7.1.2](https://www.nuget.org/packages/CommunityToolkit.Mvvm/7.1.2)
|
|
130
|
+
|
|
131
|
+

|
|
132
|
+

|