Questions tagged [flyout]

241 questions
15
votes
3 answers

Can't enter enter text in TextBox control inside Flyout

I want to use the CommandBar and a Flyout to build something like this. The user should click the button in the CommandBar (Flyout opens), then enter text in the TextBox and then click the button on the right of TextBox to start the search…
M.Stack
  • 187
  • 1
  • 6
9
votes
2 answers

Global routes currently cannot be the only page on the stack

Getting the flyout menu to work in Xamarin Forms the way I want it to has been a major pain. I'm trying to get a certain menu item (My Stats) to go to a certain page if the user is logged in, or to a different page if the user is not (The login…
Reddy
  • 481
  • 1
  • 7
  • 20
7
votes
2 answers

Facebook Like and Send plugin flyout clipping

I am implementing a Facebook application that shown as a tab in a fan page. The application has a product details page that has like, send and comments plugins. The problem is when clicking on the send and like buttons, the flyout dialog (the window…
Koby Mizrahy
  • 1,361
  • 2
  • 12
  • 23
7
votes
4 answers

How to make a window like Windows 7 Notifications Flyouts, (WS_THICKFRAME but NOT-RESIZABLE)

I just made a small app here in Delphi 7 that simulates the default system icons, like Volume, Battery, Clock, Network. I'm trying to follow all Microsoft recomendations here http://msdn.microsoft.com/en-us/library/aa511448.aspx#flyouts To make a…
Vitim.us
  • 20,746
  • 15
  • 92
  • 109
7
votes
1 answer

How to correctly set up a 'ContextMenu' in a ListView for Windows Phone 8.1?

I have a Problem with the MenuFlyout. I'm trying to get a context menu, which works well, to give the user the options 'delete' and 'edit'. But if the user clicks on one of those options, there seems to be no solution on how to get the listview or…
Cort3vl
  • 163
  • 1
  • 11
7
votes
3 answers

How to show Popup/Flyout at clicked item in ListView/GridView in Windows Store App

I am working on a Windows Store App and would like to show some additional information about an Item that was clicked in ListView or GridView. This information should be shown in a Popup or Flyout (hast do be definded in C#, not in XAML) next to the…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
6
votes
1 answer

Remove the chevron/arrow added to the AppBarButton when a Flyout is attached

I have two AppBarButton which are placed in a grid. They display as intended when there is no flyout attached, however at the point I attach a flyout the system is adding a chevron/arrow to the right of the icon. How can I remove chevron/arrow? I…
Sam
  • 4,219
  • 7
  • 52
  • 80
5
votes
3 answers

UWP - PointerEntered/PointerExited to simulate mousehover on grid rows

I have already checked Simulating a mousehover effect on a fontIcon in uwp. But I am facing a different, "flickering" issue. I have a Grid inside a ScrollViewer, which is a child of a PivotItem control. The grid is empty at the beginning and then…
Tiresia
  • 91
  • 8
5
votes
1 answer

How can I make DIVs flyout in response to a hover event (like the National Geographic site) using jQuery?

I have an issue similar to the question raised here, but a somewhat different case. The functionality I'm looking for is almost identical to the National Geographic website, where the "sneak peek" appears when hovering over one of the main links,…
5
votes
2 answers

How do I write a custom picker control in UWP?

I have been fine-combing the web for any guidance, discussions or experience on this and I think I can safely say there’s nothing to be found. We are developing a set of controls for UWP which we plan to open source and make available for free. One…
Daniel Rosenberg
  • 616
  • 5
  • 14
5
votes
1 answer

Programmatically launch a button's flyout

I am generating buttons in my app in C# and when the button is generated and the flyout properties are set for that button I want to launch the flyout. I can't find any way to simulate a click on the button in winRT, nor any methods for actually…
Alex
  • 650
  • 9
  • 23
5
votes
2 answers

In Windows 8.1 how to keep SettingsFlyout visible when focus is set elsewhere?

In Windows 8.1 when native SettingsFlyout is visible and I click elsewhere, either in my app or in other app, the flyout disappears. Is there a way to keep it visible until I dismiss is manually? My use case - I want to display "login"…
Martin Suchan
  • 10,600
  • 3
  • 36
  • 66
4
votes
5 answers

Is it possible to change color of toolbaritem more icon, hamburger icon and backbutton in .Net Maui?

I have a flyout master/detail page with .net maui. In dark mode, hamburger button, back button and toolbaritems more icon (three dots) appear in black on windwos. On Android, only the toolbaritems more icon (three dots) is black, the back button is…
S Arslan
  • 51
  • 1
  • 6
4
votes
1 answer

MvvmCross sidebar navigation for MvvmCross 5.x

I with to implement two types of navigation for my app, sidebar navigation and parent-child navigation at the same time. My app starts with hamburger (sidebar) menu. First item in sidebar menu should perform reset of the navigation stack and open…
Hrvoje Matic
  • 1,207
  • 15
  • 12
4
votes
1 answer

How to open a flyout from right side of screen in Windows 10 UWP?

I am working on Windows 10 App and I want to open a flyout from the right side of the screen when the image is tapped. I can't use SplitView as I am already using it for some other purpose.Its visibility should be Collapsed first and when to click…
Kinjan Bhavsar
  • 1,439
  • 28
  • 58
1
2 3
16 17