No announcements
Found 4107575 threads
-
1 Votes
How can I create a Flyout using C# and XAML ?
Hi, There is no built in Flyout control in C# XAML, so that we should use create a flyout-like control by creating a hidden ...Answered | 3 Replies | 3619 Views | Created by Priya Shridhar - Friday, February 1, 2013 6:26 AM | Last reply by Jesse Jiang - Tuesday, February 5, 2013 8:37 AM -
0 Votes
[UWP] [XAML] How can I set where a FlyOut displays?
That explains why I could not find a reference to how to use it in XAML.Answered | 8 Replies | 4305 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
how to set position in flyout?
See this sample: http://code.msdn.microsoft.com/windowsapps/Flyout-sample-258757b3 and ...Answered | 2 Replies | 2921 Views | Created by gomathigm - Friday, May 4, 2012 7:05 AM | Last reply by sust86 - Thursday, March 6, 2014 1:13 PM -
0 Votes
how to create dynamic flyout?
This already part of the Flyout API, isn't it?Answered | 1 Replies | 2724 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
Keep flyout open with another flyout?
>How do I keep both flyouts open at the same time?Answered | 1 Replies | 1073 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
There are various behaviours and similar solutions to tame the flyout for mvvm use, I kind of like the attached property ...Answered | 2 Replies | 2497 Views | Created by wakefun - Wednesday, June 3, 2015 1:01 PM | Last reply by Andy ONeill - Wednesday, June 3, 2015 1:35 PM -
9 Votes
Flyouts from C#?
Don't know how I missed it last week!Answered | 15 Replies | 10563 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
Widget Flyout
Hi, Our recommendation is to capture the events of the map type widget, use this information to create your own widget and have the window open upwards.Answered | 1 Replies | 8404 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
How to get to settings flyout in Blend interactive mode
Thanks for the reply, I was looking for a way to style my settings flyout in blend.Answered | 2 Replies | 2392 Views | Created by ner9G - Thursday, October 25, 2012 2:47 PM | Last reply by ner9G - Tuesday, November 20, 2012 1:12 AM -
0 Votes
Occur a collision when add a Flyout on Settings Flyout
Hi, Please refer to: http://msdn.microsoft.com/en-us/library/windows/apps/hh701253.aspx and this example.Answered | 1 Replies | 1851 Views | Created by Nick.Mui - Wednesday, September 19, 2012 2:31 AM | Last reply by Song Tian - Thursday, September 20, 2012 9:36 AM -
0 Votes
[UWP]How do I find out the sender that displayed a flyout menu?
This can be beneficial to other community members reading this thread.Answered | 4 Replies | 448 Views | Created by qualar1 - Sunday, March 26, 2017 12:56 PM | Last reply by qualar1 - Friday, March 31, 2017 3:28 PM -
0 Votes
How can I use ButtonBack of a Flyout?
can start/stop when I lunch a page from AppBar, when I lunch flyout from AppBar or Charm.Proposed | 11 Replies | 1592 Views | Created by adibu - Wednesday, July 23, 2014 8:27 PM | Last reply by adibu - Saturday, July 26, 2014 10:15 PM -
0 Votes
Flyout menus
Try using the ASP.NET menu control in the vertial orientation.Answered | 2 Replies | 3180 Views | Created by Randy Duly - Saturday, June 7, 2008 5:41 PM | Last reply by David137 - Tuesday, November 11, 2008 12:18 AM -
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 | 567 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
Can you create 'FlyOut' Help when hovering over a Button or Field?
Can you create FlyOut help when hovering over a Button or Field?Answered | 3 Replies | 1285 Views | Created by Mel_3 - Wednesday, February 27, 2013 7:48 PM | Last reply by Imb-hb - Wednesday, February 27, 2013 8:11 PM -
0 Votes
Make flyout for button conditional?
Hi, You can judge the data source whether empty in Flyout.Opened event.Answered | 1 Replies | 1041 Views | Created by roschler - Friday, February 7, 2014 11:18 AM | Last reply by Anne Jing - Monday, February 10, 2014 2:11 AM -
0 Votes
How to hide the button flyout which is present in a listview?
Flyout.Hide is what you want to call.Answered | 1 Replies | 784 Views | Created by SureshMarepalli - Thursday, April 9, 2015 7:14 AM | Last reply by Matt Small - Thursday, April 9, 2015 12:55 PM -
0 Votes
example on creating a setting FlyOut using javascript ?
example on creating a setting FlyOut using javascript ?Answered | 2 Replies | 4403 Views | Created by Raymond Goldman - Sunday, July 22, 2012 1:11 AM | Last reply by Jeff Sanders - Tuesday, July 24, 2012 2:17 PM -
0 Votes
Toggle switch and settings flyout
The "change" event works fine for me, I can even use the "click" event to fire an event.Answered | 1 Replies | 1057 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
Error when attemtping to use flyouts
<script src="/winjs/js/controls.js"></script> <script src="/winjs/js/animations.js"></script> <script ...Answered | 2 Replies | 3262 Views | Created by Matthew_Thepc - Thursday, January 26, 2012 12:18 AM | Last reply by Matthew_Thepc - Friday, January 27, 2012 12:12 AM - Items 1 to 20 of 4107575 Next ›
No announcements