【发布时间】:2017-03-26 04:32:59
【问题描述】:
<ListViewItem Height="100" Width="600">
<WrapPanel>
<Image Source="Resources/asus.jpg" Width="200"/>
<TextBlock FontWeight="Bold" Height="20" Text="Asus prenosnik X540LJ-DM289DB" />
<TextBlock FontSize="1" Height="75" Text="Prenosnik Asus X540LJ-DM289DB se ponaša z 39,5 cm (15,6'') velikim zaslonom, 8 GB pomnilnika, 1 TB HDD diskom, procesorjem Intel Core i5–5200U, grafično kartico Nvidia GeForce GTX 920M in operacijskim sistemom Windows 10."/>
</WrapPanel>
</ListViewItem>
我正在使用 WPF 进行作业。我必须创建一个“网上商店”。而且我需要将文章列表视图作为列表视图项。我添加了图片和文章名称,但是当涉及到文章描述时,如果可能的话,我希望文本块放在下一行。在这里找不到类似的问题。提前致谢。
It would be even better if I could have the description below the article name
【问题讨论】: