データバインディングはまだ私を混乱させており、バインドされたデータごとにこれらのコントロールを本質的に繰り返す方法がわかりません。
<Grid>
<TextBlock FontSize="25" Text="this is a header"></TextBlock>
<TextBlock Height="30" HorizontalAlignment="Left" Margin="19,36,0,0" Name="txt" Text="line under the header" VerticalAlignment="Top" />
<TextBlock Height="30" FontSize="25" HorizontalAlignment="Left" Margin="306,9,0,0" Name="textBlock2" Text="530" VerticalAlignment="Top" Width="91" />
<TextBlock Height="30" HorizontalAlignment="Left" Margin="305,42,0,0" Name="textBlock3" Text="30" VerticalAlignment="Top" Width="91" />
</Grid>
データ ソースのカウントが 50 である場合、これらのグループ化が 50 あると予想されます (スクロール バーが必要になる可能性があります)。
ただし、これを行う方法がわかりません。ある種のデータテンプレートが必要だと思いますか? また、「ヘッダーの下の行」をクリックして強調表示する必要があります。