Questions tagged [flyout]

241 questions
1
vote
0 answers

Can the like button (with comments prompts) exist inside a carousel?

I have a sliding carousel of items, each of which includes its own like button. I want the like buttons to have comments; that is, when the user clicks Like, he should be presented with a prompt to leave a comment…
1
vote
1 answer

Is there a way to put a button to open the Flyout in Maui

I am making a mobile and pc application and i want to add a button to open the flyout because i don't like the button on windows in the top corner, same with android where you have to swipe. so i want to know if there is a way to add a button and…
Emma
  • 431
  • 6
  • 19
1
vote
0 answers

get parent name of button in FlyoutControl

I have a flyoutControl that contains stackPanel and button. I need flyoutControl's name after btnC clicked (get flyoutControl's name from sender)
MrAbdoli
  • 11
  • 7
1
vote
1 answer

Net Maui - my old Shell Flyout Menu not working on latest 17.2 Preview 3.0

Since after my update from Preview 2.1 to 3.0 my flyout items are not displaying. I can see the flyout menu, the header and footer and the blank white space where the flyout items should be. I followed this guide a little while back to set up my…
Mufacka
  • 227
  • 1
  • 2
  • 11
1
vote
0 answers

Xamarin forms Shell Navigation Android back button press

I noticed an insanely big bug with the Shell navigation. Am I doing something wrong? Let's say we add 3 FlyoutItems to the Menu. After that navigate to the first one, then the second one, and finally the last one using the menu items. Then press the…
szg1993
  • 23
  • 8
1
vote
0 answers

How to change FlowDirection as RightToLeft in Xamarin.Forms FlyoutPage?

I have an app it used Xamarin.Forms FlyoutPage. It is designed to open from left side. But I also want to support the Arabic language now. That's why I want to open it from right side. I added FlowDirection="RightToLeft" to FlyoutPage. It made…
1
vote
1 answer

Xamarin Shell Navigation Flyout Selected Label Color Not Changing

here is my code in shell.xaml selected frame colour for flyout item is working for me its green it showing well but for the selected label it is same as normal flyout label color i dont know what i am missing here this is for flyout item…
1
vote
1 answer

Xamarin multiple flyouts in one page

I've been looking at Xamarin.Forms Shell. The flyout available in Shell by default allows a slide from the left side of the screen or a tap on the toolbar menu button to have the flyout appears on the left side of the screen. I've also seen a…
1
vote
2 answers

UWP: find parent from FlyoutMenuItem click handler

Using UWP, I have a ListView where each item contains, among other things, a Button. Tapping the button opens a MenuFlyout. Tapping one of the flyout options triggers a Click event. In the event handler, how do I find the parent Button or,…
Peri Hartman
  • 19,314
  • 18
  • 55
  • 101
1
vote
0 answers

Update the image for Class s7sdk.image.FlyoutZoomView

I'm trying to implement Flyout Zoom View based on https://s7d1.scene7.com/s7sdk/3.5/docs/jsdoc/symbols/s7sdk.image.FlyoutZoomView.html#constructor for the project. The basic example is on that page. I've slightly modified that code (please see…
Haradzieniec
  • 9,086
  • 31
  • 117
  • 212
1
vote
1 answer

Layout cycle detected. Layout could not complete, For Flyout in UWP

I have 8 Grid rows populated via foreach loops in Flyout. When the content was too great, it started to crash with the obscure 'layout cycle detected' error.. If I remove one row it is working fine.
difi brasad
  • 289
  • 2
  • 13
1
vote
2 answers

how to change the background color of flyout in uwp?

I want to set menu flyout background either in c# or xaml. I want like this
Gomathi
  • 15
  • 6
1
vote
1 answer

Adding a margin to button flyout in UWP

I am adding a flyout to a button that is aligned to the right of the screen. When I have the placement of the flyout positioned to the bottom, the flyout is flush against the side of the page. I would like to give it a margin or spacing Thanks for…
Aaron R
  • 13
  • 3
1
vote
1 answer

How can I make an on-hover informational tooltip / flyout accessible for a screen reader?

I am working to make an informational tooltip on my company's website accessible (the tooltip currently appears when the link is hovered over or receives keyboard focus), and I can't seem to find any online resources about the best way to make it…
Tim Winfred
  • 221
  • 2
  • 9
1
vote
1 answer

fix flyout-box disappearance trough actions

This is the Scenario: I have a text loaded on the screen and I have a button on the screen. When I click on the button a flyout box opens with a button in it. My Problems now are: I cant scroll down on the text. It seems like the flyout takes the…
axbeit
  • 853
  • 11
  • 35