回答編集履歴

1

見直しキャンペーン中

2023/07/30 04:39

投稿

TN8001
TN8001

スコア10086

test CHANGED
@@ -4,7 +4,7 @@
4
4
  とりあえず公式にある方法でやってみます。
5
5
  [方法: ListView の列の水平方向の配置を変更する - WPF .NET Framework | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/desktop/wpf/controls/how-to-change-the-horizontal-alignment-of-a-column-in-a-listview?view=netframeworkdesktop-4.8)
6
6
 
7
- ```xaml
7
+ ```xml
8
8
  <Window
9
9
  x:Class="Qegex68uha4a9gj.MainWindow"
10
10
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -50,7 +50,7 @@
50
50
  </Window>
51
51
  ```
52
52
 
53
- ```C#
53
+ ```cs
54
54
  using System;
55
55
  using System.Linq;
56
56
  using System.Windows;