111,126
社区成员
发帖
与我相关
我的任务
分享
<Style x:Key="listboxGalleryStyle" TargetType="{x:Type ListBox}">
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<WrapPanel HorizontalAlignment="{Binding HorizontalAlignment}" VerticalAlignment="{Binding VerticalAlignment}" />
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
</Style>