5 lines
238 B
XML
5 lines
238 B
XML
<DataTemplate xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
|
<Grid>
|
|
<TextBox TextWrapping="Wrap" AcceptsReturn="True" Text="{Binding Content}" Grid.Column="1" Grid.Row="0" />
|
|
</Grid>
|
|
</DataTemplate> |