Answer the question
In order to leave comments, you need to log in
How to make a text wrap around an image in windiws phone?
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Margin="0 0 0 20" >
<Image Source="{Binding IMG}" Width="150" Height="100" HorizontalAlignment="Left" ></Image>
<TextBlock Margin="" Width="auto" TextWrapping="Wrap" Text="{Binding NAME}" FontSize="18" />
<TextBlock Text="{Binding DATE}" HorizontalAlignment="Left" FontSize="16"/>
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
Answer the question
In order to leave comments, you need to log in
Standard controls - no way. Look for third-party controls, some RTF, maybe it's implemented somewhere.
Or you can use html and WebView
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question