Questions tagged [flyout]
241 questions
0
votes
1 answer
C# UWP Button binding with flyout not refreshing button content
I have a button that displays the value from a class that I created. Everything works fine, except for the fact that the button content does not refresh once the value of the binding is changed in the code. If I exit the screen and come back, the…

andy
- 11
- 3
0
votes
1 answer
Windows 7 Gadget Flyout Question
I'm having troubles with my flyout. What happens with my gadget is you double click a component and it will have a corresponding flyout window. If you double click that or any other visual component with a flyout, though, the flyout document is…

user535617
- 634
- 2
- 7
- 22
0
votes
1 answer
Triggering Network Flyout/Toast UI via command in Windows 10
I'm looking for a way to trigger the WiFi menu shown on the taskbar (typically a black bar with available networks. NOT the Settings app). I've been looking for a command of sorts that could potentially be run through something like a batch file but…

GroomedGorilla
- 920
- 2
- 10
- 30
0
votes
1 answer
0
votes
0 answers
Why doesn't "browser.find_element_by_id" work in my code?
Please can anyone explain why my code, below, fails on the line:
emailElem = browser.find_element_by_id("loginemail")
?
Up until approx. 2 weeks ago, it worked fine. Note that loginid and passwordid are just arbitrary login details which should be…

Simon Hannaby
- 31
- 2
0
votes
1 answer
How to control UWP Flyout in ViewModel?
I want to open and close my flyout from viewmodel.
Im using UWP and Template10. I intent to use Template10 OpenFlyoutAction and Template10 CloseFlyoutAction.
I created a bool property that stores open or close state. Not sure how to call…

Syaiful Nizam Yahya
- 4,196
- 11
- 51
- 71
0
votes
1 answer
How to implement text boxes with multiple options like people app at runtime in uwp app?
I am developing a UWP app and I have to make a control like in the People app for Windows 10.
I am currently trying this

tushargoyal1309
- 175
- 1
- 14
0
votes
2 answers
Overlay above flyout
I've got a flyout, and when the user changes data on it, I want to make it completely unreachable while the content is loading. I've achieved this with other controls by having a grid with a ProgressRing at the highest point in the Z-Index that I…

user2950509
- 1,018
- 2
- 14
- 37
0
votes
1 answer
semantic zoom in flyout does not show the correct item when zoom in
I made a semantic zoom and I placed it into a flyout. it works correctly concerning zoom-in and out, but when it zooms in from a selected item in zoom- out it does not place the zoomed-in list in the correct position, but it always shows the first…

Luigi Casalegno
- 1
- 2
0
votes
1 answer
UWP Derived Button With Flyout: Binding within the Style
General: in a Style for a custom control, is it possible to bind to another DependencyProperty (e.g. MySecondProperty) value from within a ?
For what purpose? To accomplish the following:
1.) Derive some MyButton :…

bunkerdive
- 2,031
- 1
- 25
- 28
0
votes
1 answer
Binding to a different ElementName on Windows 10 UWP using StateTriggers
I have a Flyout with a helper to help bind to a Parent Element which determine its PlacementTarget property.
The line that I am trying to adjust is
helpers:FlyoutHelper.Parent="{Binding ElementName=appBarDelete}"
It works fine on Desktop but on…

PutraKg
- 2,226
- 3
- 31
- 60
0
votes
1 answer
Flyout menu in UWP with MVVM
I'm trying to implement a Flyout menu in a Windows 10 App (using MVVM) that opens when holding down an item of a GridView. I've been looking and I haven't been able to find any examples that works for me. The Flyout menu is not opening to display…

miguelangelcv
- 127
- 1
- 10
0
votes
1 answer
inline image flyout using jQuery UI
I am experimenting with an idea. I have a block of HTML text, including inline images. Some of the images will have (what I think are called) flyouts. That is, hover over the image to bring up a control panel to its left. In the future the control…

Andrew Dalke
- 14,889
- 4
- 39
- 54
0
votes
1 answer
Custom CommandBar to PickerFlyout
By default PickerFlyout has commandbar that has done and cancel buttons. Is it possible to disable done button programmatically? If not is there any way to add custom command bar and replace default one?
With the help of the answer given i tried to…

Archana
- 3,213
- 1
- 15
- 21
0
votes
1 answer
Mahapps.Metro Flyout appearing behind Winforms chart
I have been using MahApp.Metro for a few project now, and WinForms charts too, and also combined them.
So nothing new on that front in this project, except :
The placement of the chart.
And this is causing an issue where the Mahapps.Metro Flyout…

Louis M.
- 143
- 13