A
A
Andrey Kornev2014-02-21 19:27:15
Windows phone
Andrey Kornev, 2014-02-21 19:27:15

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>

How do I make text wrap around an image?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Doshevsky, 2014-02-22
@MikhailD

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 question

Ask a Question

731 491 924 answers to any question