Questions tagged [flyout]
241 questions
1
vote
2 answers
Visual Studio & Windows - Stop Mouseover Fly outs for menus, sub-menus & Tool windows
This is really driving me crazy !!
I am sure many developers out there love this feature, when tool tabs come darting out on mouseovers, like a jack russell on a double espresso, but it drives me insane.
I am partially signted and frequently have to…

ricardo
- 1,452
- 1
- 22
- 24
1
vote
1 answer
Open subitems of Flyoutmenu to the bottom
I created a navBar with a Flyoutmenu inside and inside of that is a dropMenu with two subitems, so that I'm able to see the subitems when I'm just moving the mouse over it. The tricky thing is that the subitems are opened to the right side and…

Bughunter
- 9
- 3
1
vote
2 answers
SettingsFlyout for UWP (Windows 10)
I am currently developing a UWP(windows 10) application, and I am stuck with developing a setting panel for my application.
I understand that there is no more SettingsFlyout like this for UWP windows 10
However, I really like the look and feel of…

thalassophile
- 275
- 2
- 12
1
vote
1 answer
Blend UWP flyout tool not staying open
I am currently making a UWP in Blend in Visual Studio 2017 but I am having trouble with the flyout tool. I was hoping to manually control when it opens and when it closes essentially disabling the feature when it closes by itself when it loses focus…

Carlos Rodriguez
- 97
- 5
1
vote
0 answers
UWP show flyout at a specific point
How to show flyout (not menuflyout) at a give Point (x,y) on the screen?
It is attached flyout for a Grid and I just want to show it exactly above the grid with same width and height

mister_giga
- 560
- 1
- 15
- 37
1
vote
0 answers
Using Material Design Toolkit, Flyouts in Mahapps Metro Window don't work correctly
Context: I'm using Mahapps.Metro Flyouts with Material Design toolkits.
Problem: When a Flyout opens it is not positioned as specified. For example, if I set the Flyout to be at the Bottom of the Window it gets positioned at the vertical center.…

Marcus
- 30
- 1
- 9
1
vote
3 answers
White-Space: Nowrap float issue
I have what is hopefully a simple problem that I'm just overcomplicating in my mind.
Here is a Fiddle to demonstrate my issue.
In the Fiddle above you will see a flyout menu setup. On the top option you will see an enlarged first option that has a…

Huginn
- 480
- 2
- 6
- 21
1
vote
2 answers
Template 10 UWP How to bind to a autoSuggestBox inside a MenuFlyoutItem
I am using the MVVM pattern to bind the properties of the AutoSuggestBox in a ViewPage to my ViewModel. This works fine when I am inside a Grid or a stackPanel.
But once I put the AutoSuggestBox inside a MenuFlyout of a Button. I get the following…

Hamza Lamzadri
- 13
- 2
1
vote
1 answer
Flip flyout closebutton around without changing position
I'm trying to flip the arrow to point to the other direction in my flyout without changing the Position to left.
Right now this is how I'm creating my flyout

TonyW
- 766
- 8
- 17
1
vote
0 answers
MFC Toolbar flyout tooltips
I've created a MFC toolbar with toolbar flyouts. If I undock the flyout I get tool-tips but with the flyout docked I do not get any tool tips.
Is this normal or is there something I need to do to support tool-tips on the docked flyout?

Tony Teveris
- 165
- 10
1
vote
1 answer
VB.Net Windows8 SettingFlyout with WebView not navigating
In the setting flyout XAML:

klados
- 706
- 11
- 33
1
vote
1 answer
Is it possible to make a CSS cascading drop-up menu (mirror of drop-down)?
I started on doing this, and I thought; oh this will be easy, but I got stuck when the fly-out covers up the other categories.
I don't even know if I can do this! My CSS skills are quite rusty!
Here's what I started, but it's really not even…

James Stortz
- 73
- 6
1
vote
2 answers
Windows Phone 8.1 - How to create a flyout (?) and dim the rest of the screen?
Let's say on my home screen I have a map and a CommandBar (like in the Maps app). And after pressing a "search" button from the CommandBar I would like to have a panel (?) SLIDING from top and dim the rest of the screen. I want similar effect to…

Michal_Drwal
- 526
- 1
- 9
- 26
1
vote
0 answers
Win8 Metro app Settings Flyout/Charm not showing up
I've tried to create a new/custom settings option for my WinJS Windows 8 Metro application and it just won't seem to show up. I tried following the suggestions here and didn't get anywhere. Here is the JS I am using to intialize everything, and I am…

Ethan
- 67
- 1
- 2
- 8
1
vote
1 answer
How to close the pop up window when I click outside window in wpf in mahapps?
I have a Flyoout popup window and Test window in my WPF application. What I need is, I need to close the window when I click outside of the Flyout. I set Panel.Zindex to visible top. I have tried a code which is working fine. But it doesn't know…

Raj De Inno
- 1,092
- 2
- 14
- 33