Questions tagged [flyout]
241 questions
0
votes
1 answer
What is the different between Flyout and SettingFlyout control in windows 8
What is the different between Flyout and SettingFlyout control in windows 8? I see that the animations are different. But is there anything else?
UPDATE:
This sample demonstrates how to use the ApplicationSettings API and settings flyouts to…

Viet Anh
- 165
- 1
- 11
0
votes
1 answer
Facebook like button flyout appears then disappears on a page with no other content
I have added a facebook like button to my page, however when it is clicked the flyout appears, and then disappears.
At first I thought it was other elements on the page hiding it, but the problem persisted even on blank pages.
Tried both the…

therealtedkennedy
- 45
- 7
0
votes
3 answers
How can I reference my popup?
Based on what I could glean from Freeman's book "Metro Revealed" (which, BTW, is the best of those available so far, albeit weighing in at less than 100 pages), I'm trying to implement a settings flyout (popup).
I have this pertinent code:
The user…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
Flyout Control for Header menu Windows 8 using XAML
I am have created a Flyout Control (extending UserControl) in order to have Header Menu navigation for a Windows 8 App using C# and XAML.
In this layout I have some buttons with Click listeners. These buttons are used for the navigation among the…

Dimitris Makris
- 5,183
- 2
- 34
- 54
0
votes
1 answer
Bootstrap Tab Flyout Menu with Hover
Im trying to create a Flyout Menu where the 2nd level is a big div where the user can do stuff. Think of it as a product page. You have 3 products and the flyout presents features and info on the product. At the bottom there could be a…

DennisKo
- 263
- 2
- 6
- 19
-1
votes
1 answer
Xamarin Forms Shell Flyout with multiple columns
I have a business requirement to build a flyout menu with multiple columns. The menu will have all the basic flyout behaviors bit it has to have a narrow static column on the left side with 3 buttons in it and then have the regular scrollable flyout…

Sev
- 883
- 1
- 14
- 34
-1
votes
2 answers
What alternatives do I have to flyout/ContentDialog? (c#, xaml)
I currently have a program where you can load a text in it.
Now I created a button that Pops up a flyout/ContentDialog but Im not happy with it because Limits me of what Im trying to achieve.
When I click the button it opens a flyout, the flyout…

axbeit
- 853
- 11
- 35
-1
votes
1 answer
Show flyouts from hamburger button
I would like to show a flyout from an hamburger button... like it happens into Windows 10 logout (see the picture).
It's possibile?!?
Jessica thanks for your reply but in my code where I can put yours!?!

Blasco73
- 2,980
- 2
- 24
- 30
-1
votes
1 answer
-1
votes
1 answer
How can I programmatically select specified ListBox items?
I've got this code that populates a ListBox when a flyout is opened:
private void flyoutOpenPhotosets_Opened(object sender, object e)
{
lstbxPhotosets.ItemsSource = PhotraxSQLiteUtils.GetPhotosets();
foreach (String pset in…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
-1
votes
1 answer
Add subviews to Custom UIView without using a XIB file
I am trying to create a view class to work with the flyout navigation component.
As of yet, I have not found a way to create a view and add subview's to itself.
Here is a sample view class that I have created--note, I am not using a XIB file because…

Yahiko Kikikoto
- 688
- 3
- 12
- 23
-1
votes
1 answer
Where to set 'overflow' value in FB Like Button...?
Its specified in Facebook Developer Docs that when user presses FB Like Button, the popup/flyout doesn't appear fully due to other HTML element, the 'overflow' property is hidden and it can be remedied by changing 'overflow' value to other than…
-2
votes
1 answer
accordion menu with nested flyouts
I'm trying to figure out how to integrate an accordion type of menu and a flyout menu together. Ideally, I'd like to have a vertical menu showing manufacturers that, when clicked, acts as an accordion to show Product Series for that manufacturer.…

robotsmeller
- 345
- 2
- 4
- 13
-3
votes
1 answer
Vertical Nav Menu That Scrolls Then Also Has A Fly Out (can only be html/css per requirements)
Hey guys full disclosure I've never used this site so sorry for the noob stuff. I'm sure I'll get better as I go.
The goal is to create a (html/css only) vertical navigation menu that will have a scrolling capabilities and fly out to the right to…
-3
votes
1 answer
How to make a sliding dashboard similar to medium.com?
I would like to know how to make a sliding panel on the left of the screen. The catch is that it shouldn't slide over the page content, but rather pushing the content to the right (eventually hiding a portion of the content).
a great example: the…

SpidrJeru
- 119
- 3
- 13