You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behavior is for the menu to be able to drop down properly, i.e., overflow the app's set height. However, it is now being restricted to the app's height.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have limited the app height using this in app.xaml
`protected override Window CreateWindow(IActivationState activationState)
{
var window = base.CreateWindow(activationState);
}`
And have a menubar item as follows:
`<ContentPage.MenuBarItems>
The expected behavior is for the menu to be able to drop down properly, i.e., overflow the app's set height. However, it is now being restricted to the app's height.
Beta Was this translation helpful? Give feedback.
All reactions