2026-04-01 12:46:48 +02:00
|
|
|
<DataTemplate xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
|
|
|
|
<Grid>
|
2026-04-02 15:20:12 +02:00
|
|
|
<TextBox TextWrapping="Wrap" AcceptsReturn="True" Text="{Binding Content}" Grid.Column="1" Grid.Row="0" />
|
2026-04-01 12:46:48 +02:00
|
|
|
</Grid>
|
2026-01-12 16:13:45 +01:00
|
|
|
</DataTemplate>
|