Мой вопрос почти такой же, как и здесь .
Мой CommandBar
должен иметь следующие кнопки:
<CommandBar
DefaultLabelPosition="Right"
Style="{StaticResource PlaylistCommandBarStyle}">
<AppBarButton
Icon="Shuffle"
Style="{StaticResource PlaylistAppBarButtonStyle}" />
<AppBarButton
Icon="Add"
Style="{StaticResource PlaylistAppBarButtonStyle}" />
<AppBarButton
Icon="Rename"
Style="{StaticResource PlaylistAppBarButtonStyle}" />
<AppBarButton
Icon="Pin"
Style="{StaticResource PlaylistAppBarButtonStyle}" />
<AppBarButton
Icon="Clear"
Style="{StaticResource PlaylistAppBarButtonStyle}"
Visibility="Collapsed" />
<AppBarButton
Icon="Delete"
Style="{StaticResource PlaylistAppBarButtonStyle}" />
</CommandBar>
Когда размер окна равеннедостаточно большой, чтобы удерживать последнюю кнопку удаления, он должен перейти в переполнение и затем показать вместо него кнопку «Больше». Однако кнопка «больше» не отображается, пока я не изменю размер окна.
Ответ здесь очень сложен. Интересно, есть ли более простое решение?
PlaylistAppBarButtonStyle
здесь .
PlaylistCommandBarStyle
- здесь .