我有一个将其 ItemsPanelTemplate 实现为 WrapPanel 的列表框。我需要计算行数以进行导航
<ListBox>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel Grid.IsSharedSizeScope="True" />
</ItemsPanelTemplate>
<ListBox.ItemsPanel>
<ListBox>
有什么直接的方法吗?