ItemsControl项目样式

时间:2018-06-20 22:22:21

标签: wpf xaml

如何对ItemsControlItem做类似的事情?它适用于列表框,但ItemsControl似乎可以更快地呈现。

<ItemsControl.ItemContainerStyle>
    <Style TargetType="ItemsControlItem">
        <Setter Property="Padding" Value="0"/>
        <Setter Property="Margin" Value="6"/>
    </Style>
</ItemsControl.ItemContainerStyle>

0 个答案:

没有答案