I have a ListView with multiple TextBlocks in it. Is it possible to have something such as this?
TextBlock x:Name="AuthorInfo" Text="Author: {Binding data.author}"
or would it be better to just add it to data.author when that is set?
If it's XAML you could use StringFormat
<TextBox Text="{Binding Path=data.author, StringFormat=Author: {0}}"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With