Questions tagged [flyout]
241 questions
0
votes
1 answer
Removing Items from Gridview and refreshing the gridview without redirecting to the same Page.(Windows Phone 8.1 Xaml)
I have a gridview with a Usercontrol as its itemtemplate.
In the Usercontrol I have a flyout attached to it using which the user can choose to delete the entry. After deletion how do I remove the entry/Update the gridview without redirecting to the…

Rajiv Prathapan
- 75
- 1
- 10
0
votes
1 answer
CSS horizontal flyout menu - positioning the flyout
I have a left main menu with a position of fixed and a width of exactly 90px. I need a secondary flyout menu to slide out from under it, from left to right. Like the main nav, it also needs to have a position of fixed, but can be variable widths. I…

jbyrd
- 5,287
- 7
- 52
- 86
0
votes
0 answers
How to have a WinRT flyout as a sidebar on the right?
I currently have the following xaml code to display a list of channels on the left of my interface when a button is clicked:

rymate1234
- 448
- 4
- 16
0
votes
1 answer
Event Handler on DataTemplate in App.xaml Windows Phone 8.1
I have a ListView populated by items having a different style thanks to an ItemTemplateSelector. The DataTemplates are placed in app.xaml as ressources like the following:

Hubert Solecki
- 2,611
- 5
- 31
- 63
0
votes
0 answers
Trouble Implementing Stashy flyout
I'm trying to implement Stashy flyout (http://stashy.azurewebsites.net/flyout/javascript) and as a bit of a jquery newbie I'm missing something. Here is my very simple page. I'm just trying to get it to work and then I will implement on a WP…
user2073143
0
votes
1 answer
Position WinJSControl.UI.Flyout
How to position the flyout just above the button, when the browser is resized ?
The application has a button, which on click shows a flyout (WinJS flyout). But when the browser is resized the flyout doesnot always appear to be above the button.

stackHelp
- 193
- 1
- 2
- 13
0
votes
1 answer
mahapps:The attachable property 'Flyouts' was not found in type 'MetroWindow'
i m very new in wpf. i want to have a flyout window like application (right side) window in windows8. use nuget to add mahapps(http://mahapps.com) to my project and add resources to application but when add a flyout to window i get this error:
…

user4002899
- 85
- 1
- 18
0
votes
2 answers
Different ListView item Launch Different Flyout
I am looking for a way to launch different Flyout for different ListViewItem depending on the value on variable Type, and currently the converter is not working.
Let's say I have 1 Converter, 2 Flayouts, and 1 DataTemplate.
…

shihandrana
- 220
- 4
- 16
0
votes
2 answers
What's the best way to implement a drawer navigation with Xamarin
Is it true that with Xamarin you need to make your custom Navigation Drawer, unlike normally in Java you would use "DrawerLayout"?
As far as I notice is that in Java/Android Studio you can easily make a DrawerLayout while on Xamarin you need to…

Sebastiaan van Dorst
- 457
- 2
- 6
- 16
0
votes
1 answer
Button.Flyout property not available
I'm developing a wp app, IDE: VisualStudio 2013
when I try to use flyout in button. button.flyout is not listed out in XAML page
Ref:http://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn308515.aspx

Bala Manikandan
- 57
- 9
0
votes
1 answer
Is it possible to temporarily postpane displaying an AppBarButton's affiliated Flyout?
I've got a Flyout embedded within an AppBarButton like so:
…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
Can I respond to a Flyout flying out and then assign values to its controls programatically?
I know the canonical way to assign data to controls in the XAML world is to use binding like so in the XAML file:

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
0 answers
MvvmCross - Internationalization with Store App's FlyOut
I'm using MvvmCross with my Store App. The internationalization technique explained by Stuart Lodge works very well, but I have a little problem with FlyOuts. It seems that 'sometimes' (I haven't found the reason yet) the first time a FlyOut…

AlexMortola
- 157
- 7
0
votes
0 answers
Hide the flyout when tapping on an item from the list
He everybody!
What I want to do is to open a flyout with list of items (binded to a collection from a ViewModel) and then, when a user chooses any item in the list, the flyout should be hidden. To achieve this I'm using a behavior which hides the…

pasul
- 1,182
- 2
- 12
- 20
0
votes
1 answer
Combobox in settingsflyout does not show selected values when opening it again
This seemed so simple but has turned into a nightmare for me. Everything works great, i can select a value and it's reported back to the view model.
Problem:
User opens the settings flyout and selects a value. User exits the flyout.
User reopens the…

AGCodes
- 622
- 1
- 8
- 22