Questions tagged [flyout]

241 questions
0
votes
1 answer

Listview in Usercontrol in Flyout remains empty

I'm trying to place a usercontrol in a flyout window. In this usercontrol I'm trying to bind a list to a listview, but the listview remains empty. C# UserControl public MusicList() { InitializeComponent(); …
0
votes
1 answer

Handle windows icon click event with MahApps

Working with the MahApps.Metro package and would like to handle the click event of the windows Icon so that I can show the user a Flyout with a application menu, does anyone know how this could be achieved, I cannot see any obvious events on the…
Neil Stevens
  • 3,534
  • 6
  • 42
  • 71
0
votes
2 answers

Is it possible to remove or change default flyout transition animation?

When you add a flyout for a button control, for example, after you tap on that button the flyout is displayed with a transition animation which depends on the Placement property of the flyout. If the Placement is set to Top the animation looks like…
Alex
  • 655
  • 1
  • 8
  • 16
0
votes
0 answers

WPF Expander that works like a Popup

I'm looking for an expander control where the expanding part is more like a popup. Similar to a ComboBox's dropdown functionality. Is there anything built into WPF that works like that? If not, Best recommendations? Thanks!
Pratt Hinds
  • 225
  • 1
  • 3
  • 13
0
votes
1 answer

WinRT CaliburnMicro event binding to ListPickerFlyout

The event binding of Caliburn.Micro seems not to work with the ListPickerFlyout of Windows Phone 8.1. I want to bind the event ItemsPicked of the Flyout to the corresponding method of my ViewModel.
zirkelc
  • 1,451
  • 1
  • 23
  • 49
0
votes
2 answers

How to test the value of a ListView.ItemTemplate before showing a MenuFlyout

I develop an Universal app using MVVM-Light, and I need to manage comments on a page. On this page, I show a List of comments, and I want to show a MenuFlyout that allows user to edit or delete its comments: By following this link Using a Behavior…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
1 answer

XAML - MenuFlyoutItem attached to a ListView doesn't work in WP8.1

I develop an Universal app that uses the MVVM-Lght toolkit. On a page, I show a list of comments. I would like that an user could add a new comment, and edit or delete its existing comments. For adding new comment, I use an AppBarButton on the…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
1 answer

UWP Flyout loopingselector

I am currently building a new Windows 10 UWP app based on our previous Windows Phone 7 app. In this old app we have a specific control where the user needs to select a value between 1 and 101, for this we used the loopingselector. Now for the UWP…
René Maat
  • 10
  • 3
0
votes
1 answer

WPF: Is it Possible to create Flyout on scrollable window using MahApps.Metro?

Metro, I have used this few days back and Now wish to add Flyout on scrollable window on bottom like fix menu bar. Is it possible? Below is the code of XAML page for flyout genration, For temporary purpose I have added on top…
Nadeem Shaikh
  • 117
  • 14
0
votes
2 answers

Flyout won't change to dark theme?

The flyout doesn't change its theme from light to dark. I don't know why. See my Example Code below. You can change the theme here and then the flyout remains in light theme. MainPage.xaml
0
votes
1 answer

flyout menu won't open in chrome or ie

I have a drop menu menu that works correctly in firefox but will not flyout in chrome or ie. Is there some piece of code that can be added that will make it compatible in ie and chrome? Thank you
Todd
  • 1
  • 1
0
votes
1 answer

Flyout RegionAdapter doesn't use slide effect for the first time

In my application I'm using Prism and MahApps.metro. I created a RegionAdapter for FlyoutsControl, this is working like a charm. The only problem is, that when I first navigate the View into Flyout Region, the Flyout pops up instead of sliding in…
Johannes Wanzek
  • 2,825
  • 2
  • 29
  • 47
0
votes
3 answers

Closing a window when it's "no longer needed"

This is kind of a hard question to describe, and I've searched for about an hour now to no avail. Essentially, picture a small 'flyout' window like the Windows 7 Wireless Control or the Volume Slider from the system tray(notification area). When you…
Mason Blier
  • 140
  • 2
  • 11
0
votes
0 answers

Having an issue with a flyout menu on Tablet

I have a website to be viewed on tablet. It's meant to fit to the screen. There is a flyout menu, the slides out from the left side. This menu is long, so it's scrollable. It's meant to scroll while the rest of the page remains the same. My issue is…
Brady Fox
  • 1
  • 2
0
votes
1 answer

Vertical menu show on click menu staying open

Looking for help with a vertical flyout menu that opens on click, then remains open until another menu item is clicked (doesn't disappearing when hovering off). Also once both have been click rollover states do not show until clicked. Below is a…
user3682234
  • 33
  • 1
  • 5