我已将ListView添加到Metro Style Blank App。添加到ListView是3个字符串。我想更改LineHeight,但找不到属性。下面是我的xaml代码。
<Grid Background="{StaticResource ApplicationPageBackgroundBrush}">
<ListView HorizontalAlignment="Left" Height="277.167" Margin="235.51,161,0,0" VerticalAlignment="Top" Width="100" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto">
<ListView.RenderTransform>
<CompositeTransform SkewX="-0.338" TranslateX="-0.327"/>
</ListView.RenderTransform>
<x:String>test 1</x:String>
<x:String>Test2</x:String>
<x:String>Test3</x:String>
</ListView>
</Grid>
如何减少,增加ListView框中字符串的行高?我想减少线之间的空间。
由于
答案 0 :(得分:0)
尝试编辑ItemContainerTemplate,然后使用边距和填充等可用属性进行播放。 在这里看到我的答案: WPF ComboBox customization in windows8
如果您需要任何帮助,请与我联系。