ItemsPanelTemplateをWrapPanelとして実装するリストボックスがあります。ナビゲーションのために行数を数える必要があります
<ListBox>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel Grid.IsSharedSizeScope="True" />
</ItemsPanelTemplate>
<ListBox.ItemsPanel>
<ListBox>
直接的な方法はありますか?