0
我需要的項目在ToogleMenuFlyout
佔據屏幕的完整width
。 但我沒有解決問題。ToogleMenuFlyout和MenuFlyoutPresenterStyle設置寬度 - Windows 10 Mobile
我試圖把我的網格(網格主頁)的width
,但我不會在代碼隱藏。
我正在將樣式應用於MenuFlyoutPresenterStyle
但也不給。
我的代碼是:
AppBarButton x:Name="FiltersPhone" Icon="Filter" Label="Names">
<AppBarButton.Flyout>
<MenuFlyout>
<MenuFlyout.MenuFlyoutPresenterStyle>
<Style TargetType="MenuFlyoutPresenter">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="Margin" Value="0,4,0,0"/>
</Style>
</MenuFlyout.MenuFlyoutPresenterStyle>
<ToggleMenuFlyoutItem x:Name="FlyoutItemDate" Text="Today" Tag="Date"
IsChecked="True/>
</MenuFlyout>
</AppBarButton.Flyout>
</AppBarButton>
嗨,謝謝,但不適用於橫向模式。只有肖像是好的。 我不知道我做了什麼更多:( – fipcurren88
更新了我的答案。在橫向模式下,將網格的高度設置爲項目的寬度,並將MenuFlyoutPresenter的Maxwidth屬性設置爲較大值。 –
嗨,模式中肖像是完美的! 但是在風景模式沒有佔用屏幕寬度奇怪:( – fipcurren88