Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <GridViewColumn.CellTemplate>
  2. <DataTemplate>
  3. <StackPanel Orientation="Vertical" Width="350">
  4. <TextBlock Text="{Binding Path=Opis}" TextWrapping="Wrap"></TextBlock>
  5. </StackPanel>
  6. </DataTemplate>
  7. </GridViewColumn.CellTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement