No announcements
Found 2498186 threads
-
0 Votes
How to display a flyout in the center of an anchor in JS?
set css for flyoutdiv as min-height: 100%; min-width: 100% background-color: transparentput the contents in a div and position it in centerattach an onclick ...Answered | 3 Replies | 2837 Views | Created by B0L - Monday, November 26, 2012 10:53 AM | Last reply by ner9G - Sunday, April 13, 2014 12:38 PM -
0 Votes
how to set position in flyout?
See this sample: http://code.msdn.microsoft.com/windowsapps/Flyout-sample-258757b3 and ...Answered | 2 Replies | 3095 Views | Created by gomathigm - Friday, May 4, 2012 7:05 AM | Last reply by sust86 - Thursday, March 6, 2014 1:13 PM -
0 Votes
Error when attemtping to use flyouts
First include all the js libraries in your page HTML: <script ...Answered | 2 Replies | 3337 Views | Created by Matthew_Thepc - Thursday, January 26, 2012 12:18 AM | Last reply by Matthew_Thepc - Friday, January 27, 2012 12:12 AM -
0 Votes
how to create dynamic flyout?
This already part of the Flyout API, isn't it?Answered | 1 Replies | 2881 Views | Created by Cynthia Mareia - Monday, April 16, 2012 10:16 AM | Last reply by phil_ke - Tuesday, April 17, 2012 8:33 AM -
0 Votes
[UWP]How do I find out the sender that displayed a flyout menu?
But how do I find out which textblock displayed the flyout?”Answered | 4 Replies | 504 Views | Created by qualar1 - Sunday, March 26, 2017 12:56 PM | Last reply by qualar1 - Friday, March 31, 2017 3:28 PM -
0 Votes
[UWP] [XAML] How can I set where a FlyOut displays?
>I was able to get the image to display in the Flyout at the location indicated by the ShowAt.Answered | 8 Replies | 4523 Views | Created by Will.Itrax - Thursday, March 17, 2016 6:06 PM | Last reply by Will.Itrax - Tuesday, March 22, 2016 3:59 PM -
0 Votes
[UWP][XAML][C#] Flyout Display Problem
Because the second flyout is attached to the first button and the first flyout and cannot be opened when the first flyout is closed.Answered | 11 Replies | 3108 Views | Created by A. Bhatnagar - Tuesday, February 2, 2016 10:26 PM | Last reply by Artemious - Wednesday, February 1, 2017 7:48 AM -
0 Votes
WinJS NavBar event handler crashing Windows 8.1 HTML5/JS app when navigating to another page
Hi ariestav, The DOM element to anchor the flyout is the one you need to fill in the show() as the parameter.Answered | 3 Replies | 1381 Views | Created by ariestav - Wednesday, December 11, 2013 6:59 PM | Last reply by Jamles Hez - Tuesday, December 24, 2013 8:41 AM -
0 Votes
Painting problem with flyouts
The code you have displays that flyout outside of the rendering of the HTML fragment and you cannot do that (there is no way for the container to accommodate this).Answered | 8 Replies | 4315 Views | Created by Mallets - Monday, July 16, 2012 6:55 PM | Last reply by Mallets - Saturday, August 4, 2012 4:37 AM -
9 Votes
Flyouts from C#?
Another C# FlyOut sample hereAnswered | 15 Replies | 10764 Views | Created by JeffreyKey - Monday, September 19, 2011 8:59 PM | Last reply by Programmer Sommer - Tuesday, December 25, 2012 10:03 AM -
0 Votes
How to set Anchor point to Center of rectangle in WPF/XAML?
I need a bubble tooltip which points like an anchor.Answered | 3 Replies | 3689 Views | Created by Ravi Raj Nukala - Saturday, August 13, 2016 7:34 AM | Last reply by Magnus (MM8) - Sunday, August 14, 2016 7:11 PM -
0 Votes
Toggle switch and settings flyout
Try making sure your js file is correctly linked to the html page for your settings flyout.Answered | 1 Replies | 1219 Views | Created by Rodrigo_H - Monday, April 7, 2014 3:31 PM | Last reply by datQkiD2 - Monday, April 7, 2014 5:29 PM -
0 Votes
Place flyout close to clicked ListView item
I need to display a flyout when a listview item is invoked.Answered | 3 Replies | 1333 Views | Created by phil_ke - Wednesday, June 18, 2014 9:03 AM | Last reply by pkursawe - Wednesday, June 18, 2014 9:53 PM -
0 Votes
Keep flyout open with another flyout?
>How do I keep both flyouts open at the same time?Answered | 1 Replies | 1234 Views | Created by RandyPete - Monday, March 30, 2015 9:59 PM | Last reply by Amy Peng - Tuesday, March 31, 2015 6:15 AM -
2 Votes
How to close a custom flyout control
Hi Serge, The lightweight flyout control is a bit too lightweight for my tastes straight out the box because it has no isopen property or the like.Answered | 2 Replies | 2674 Views | Created by wakefun - Wednesday, June 3, 2015 1:01 PM | Last reply by Andy ONeill - Wednesday, June 3, 2015 1:35 PM -
0 Votes
Templated pushpin keeps on getting anchored to top-left
If you have a pushpin that's 30 pixels wide and 40 pixels tall and you want to anchor the pushpin to the bottom center you could use a margin of ...Answered | 2 Replies | 896 Views | Created by STApps - Sunday, November 23, 2014 11:36 AM | Last reply by STApps - Monday, November 24, 2014 4:33 PM -
0 Votes
[UWP] How to get flyouts on app startup
Hello, a simple solution for displaying a message would be using a MessageDialog If you want more complex dialogs or more ui styling than ...Answered | 1 Replies | 705 Views | Created by Bhavya Shah26 - Monday, June 27, 2016 6:37 AM | Last reply by lia kampantai - Monday, June 27, 2016 1:02 PM -
0 Votes
Persistent Flyout?
Since flyout control disappears when lose focus, is it possible to eat mouse click for flyout control?Answered | 7 Replies | 3093 Views | Created by Louis_PiG - Wednesday, January 11, 2012 11:19 PM | Last reply by Louis_PiG - Friday, January 13, 2012 12:31 AM -
0 Votes
Widget Flyout
Is it possible to have the Map Type widget flyout upward instead of downward?Answered | 1 Replies | 8571 Views | Created by A. Peterson - Monday, April 12, 2010 4:00 PM | Last reply by John-Sheridan - Thursday, April 22, 2010 12:06 PM -
0 Votes
[U8.1][XAML]Edit a flyout in Blend?
Hi hxdai, If you want to edit the layout of the Flyout in Blend, I will recommend you first create a Grid, then edit the Grid in the Blend to include all the ...Answered | 1 Replies | 1041 Views | Created by hxdai - Sunday, May 3, 2015 2:20 AM | Last reply by Amy Peng - Monday, May 4, 2015 8:51 AM - Items 1 to 20 of 2498186 Next ›
No announcements