Questions tagged [flyout]

241 questions
2
votes
3 answers

ASP.NET: Menu make parent items non-hyperlinks?

I have an asp:Menu control driven by a web.sitemap file. For example, the menu is like: Fruit - Apple - Orange - Strawberry Color - Blue - Red - Yellow In the sitemap, the specific fruits are children of the "Fruit" siteMapNode (likewise for the…
User
  • 62,498
  • 72
  • 186
  • 247
2
votes
1 answer

How can I remove the default "Paste" context menu entry of a TextBox control in a Windows 10 UWP app?

I am building a small UWP app in C#, to scan EAN barcodes and assigning descriptions to it. The default action when I click on my textboxes is to start speech recognition. And I want the textbox to go into manual editing mode, when I rightclick it…
MartinRJ
  • 23
  • 3
2
votes
2 answers

Winrt - Adjusting flyout according to where it appears

I have a GridView in a windows store project, that contains some big squares, and inside those i have a list of user images, when i tap on of those images a flyout appears on the right showing some information like this. the problem is that my…
Thought
  • 5,326
  • 7
  • 33
  • 69
2
votes
1 answer

CSS IE hover issue with flyout menu

I'm trying to create a CSS only menu that will work in IE7+ and FF. Of course, the menu currently works in IE8 and FF. The problem is when you hover over Store Departments > Women's Clothes > Grocery and then just stop hovering (meaning, go directly…
SpaDusA
  • 324
  • 4
  • 14
2
votes
1 answer

Can't create flyout in Windows Phone 8.1 Silverlight app

Adding a flyout seemed like a pretty straightforward task, but I can't seem to even initialize one on my app (which is based on a PivotControl app template for Windows Phone 8.1 Silverlight). When I attempt to do this: …
Ali250
  • 652
  • 1
  • 5
  • 19
2
votes
0 answers

Windows Store App: Soft-Keyboard moves flyout and hides the focused TextBox: How to prevent this "clever" behavior?

I am working on a W8.1 App and have a big problem with the way a flyout is automatically repositioned when the soft-keyboard shows up: I have created a demo that show how great the flyout positioning works: http://1drv.ms/1kCgzMe Scenario 1: Run…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
2
votes
1 answer

iOS Binding Library doesn't work on simulator, but it works on device

I’m trying to create wrapper for controller: https://github.com/ipup/PPRevealSideViewController. Using these instructions http://docs.xamarin.com/guides/ios/advanced_topics/binding_objective-c/binding_walkthrough/ I have created iOS Binding Project.…
2
votes
2 answers

Prevent CSS drop-down menu from extending beyond screen to the right

I have a horizontal CSS drop-down menu in the header of my site. The menu is floated right in the header also. I am having a problem where when you mouseover the menu and you get the drop downs, if the dropdowns have sub menus that have sub menus,…
Erich H.
  • 467
  • 1
  • 9
  • 28
1
vote
1 answer

flyout menu examples?

Is it possible to make a menu that will drop the child elements below when you hover on the parent and then when you hover on the child it flys out? Something like this but obviously goes down on hover of…
PD24
  • 754
  • 6
  • 16
  • 37
1
vote
1 answer

Navigating to AppShell from FlyoutItem

In my AppShell.xaml, I have a TabBar and also FlyoutItems. As soon as I click on one of my FlyoutItems, I am on the corresponding ContentPage and am missing my TabBar at the Bottom. Well, I don't know if this is good usability or not if the TabBar…
OXO
  • 391
  • 1
  • 8
1
vote
1 answer

Hints for programming a Xamarin.Forms application

Sorry for my perhaps silly question. As I am new to Xamarin Forms, I need some basic hints: I need a window ("secondary window") sliding from left into my main window. In this window, a list of items (with images and text) should be displayed and…
1
vote
2 answers

MAUI flyout is duplicating as buttons at the bottom of the screen

I'm developing my first MAUI app. I've googled this, and cannot find out how to get rid of it. I have two Tabs defined in my AppShell Flyout. They show up in the flyout itself fine, and work beautifully, just as expected. But then they ALSO…
eidylon
  • 7,068
  • 20
  • 75
  • 118
1
vote
1 answer

How to set the flyout menu only on a certain page - .NET MAUI

The app I'm making is an app with recipes for meals. The first thing that is displayed to the user after starting the application is the Login page, where the user, after entering his data and clicking the 'LOGIN' button, goes to the home page. On…
edodoe
  • 31
  • 3
1
vote
2 answers

WinUI 3 TreeView Item Context Flyout

I have TreeView with binded collection. How can I get object from TreeViewItem Context Flyout with Button in this Flyout by Click event? Can't use selected item because right clicking don't set item as selected. Thanks, I'm new with WinUI 3. Here's…
1
vote
1 answer

MAUI: Lock Flyout menu while running activity indicator

how can I lock the flyout menu when an activity indicator is currently running. I want, if there is a calculation on a page, to lock the menu, so that the user has to wait until the calculation is finished. In this time, when I display a running…
nicetomitja
  • 145
  • 10