No announcements
Found 4079981 threads
-
2 Votes
How do i navigate to a Frame other than the main page window?
I'm not sure if this is relevant but you could call the Navigate method from anywhere in your App by accessing the current frame using Window.Current.Content.Answered | 4 Replies | 1295 Views | Created by Bifrost Ltd - Monday, December 2, 2013 1:31 PM | Last reply by ata6502 - Tuesday, December 3, 2013 6:44 PM -
0 Votes
How to change text colour of main frame caption when the frame window is partially hidden behind other windows?
I changed the text colour of the main frame caption from black to white in ribbon interface as suggested by RLWA32 in theAnswered | 1 Replies | 638 Views | Created by Yan Yang - Friday, March 1, 2019 5:10 PM | Last reply by RLWA32 - Friday, March 1, 2019 6:35 PM -
3 Votes
WPF Page vs Window & navigation to new window
Place a Frame-Control in your MainWindow and navigate to the SettingsPage or other pages.Answered | 7 Replies | 8730 Views | Created by SodGuy - Wednesday, January 1, 2014 12:37 AM | Last reply by Andy ONeill - Sunday, January 5, 2014 4:54 PM -
9 Votes
How to continue playing media after navigating to other pages in app?
Hello Sagar, Don't navigate from your main page.Answered | 24 Replies | 14689 Views | Created by sagar_sm - Sunday, April 8, 2012 1:06 PM | Last reply by Mingqun Zhang - Wednesday, April 16, 2014 4:07 PM -
0 Votes
How to get the menu in the main frame window?
This can be beneficial to other community members reading this thread.Answered | 4 Replies | 1483 Views | Created by Yan Yang - Thursday, January 17, 2019 3:32 PM | Last reply by Yan Yang - Thursday, January 24, 2019 5:32 PM -
0 Votes
Navigation with nested frames
When you click around the nested frames the outer frames are navigating as well.Answered | 2 Replies | 6782 Views | Created by Pedro SFerreira - Friday, January 7, 2011 2:38 PM | Last reply by Min Zhu - Thursday, January 13, 2011 1:41 AM -
0 Votes
Windows 8 page navigation
The page can hosted in the Frame, if one page is navigated by a Frame, the Page.Frame property can be set as the Frame.Answered | 3 Replies | 2684 Views | Created by oh112 - Sunday, September 30, 2012 6:36 AM | Last reply by Jie Bao - Monday, October 1, 2012 8:44 AM -
7 Votes
How to remove history/navigation from a WPF Frame
What I want to know is how do I turn off the Frame's journal keeping functionality.Answered | 7 Replies | 35009 Views | Created by Phelyks - Tuesday, August 11, 2009 4:08 PM | Last reply by Page404 - Friday, March 20, 2020 12:29 PM -
3 Votes
Navigation Service on Another Frame
>Is there a way that a button clicked within one frame can cause a different frame to load a different page through the NavigationService?Answered | 2 Replies | 2370 Views | Created by DRD94 - Friday, October 30, 2015 8:36 AM | Last reply by Magnus (MM8) - Friday, October 30, 2015 11:45 AM -
1 Votes
Navigate from Window to Page
Hi, As far as I know navigating from a window to a page is not possible.But what is possible is you could load a page in a ...Answered | 2 Replies | 2336 Views | Created by lax4u - Thursday, December 29, 2011 10:34 PM | Last reply by Rahul P Nath - Tuesday, January 3, 2012 4:47 AM -
1 Votes
Windows 8 page navigation
and if I open popup frame, how I can close it (similar for form.close() ) exist in WinRT?Answered | 4 Replies | 2539 Views | Created by oh112 - Sunday, September 30, 2012 6:33 AM | Last reply by Andrey Filatov - Monday, October 1, 2012 6:02 AM -
0 Votes
Navigate Parent Frame
actually you can do this: Frame frame1 = this.Parent as Frame; Grid g = frame1.Parent as Grid; ...Answered | 3 Replies | 2507 Views | Created by Adam Lonsdale - Thursday, March 22, 2012 4:40 PM | Last reply by veeraya - Friday, June 1, 2012 12:37 PM -
0 Votes
Can i have 2 frames in a page?
Hi ELRaymod, By default you application have a Frame that loads your startup page.Answered | 3 Replies | 2136 Views | Created by ELRaymod - Tuesday, April 24, 2012 7:06 AM | Last reply by Min Zhu - Tuesday, May 1, 2012 4:57 AM -
0 Votes
Load modal page over main page?
Yes, if I can set the Popup child element to a Frame then that would be perfect.Answered | 4 Replies | 1814 Views | Created by Scott Thibault - Tuesday, September 4, 2012 9:51 PM | Last reply by Scott Thibault - Wednesday, September 5, 2012 12:50 AM -
0 Votes
WPF How to navigate from page to page for frame in code behind
So how can i do it?Answered | 7 Replies | 34485 Views | Created by dragonz1 - Tuesday, August 11, 2009 9:33 PM | Last reply by Aezaz - Sunday, December 9, 2018 4:03 AM -
1 Votes
[UWP] Splitview Control Frame-Navigation
THIS LINK WILL BE REFERENCED Hi, I recently started developing on Windows10, looks really sleek.Answered | 1 Replies | 1660 Views | Created by Vincent Gio - Thursday, August 20, 2015 10:49 PM | Last reply by Lorenzo Farinelli - Thursday, August 20, 2015 11:35 PM -
0 Votes
How do I refresh all pages in a page frame?
I currently have it kludged with this in form.refresh.Answered | 3 Replies | 3539 Views | Created by polizeros - Thursday, January 12, 2012 12:28 AM | Last reply by polizeros - Thursday, January 12, 2012 5:35 PM -
0 Votes
Passing a reference variable from a Window to a Page (the page is in a frame on the Window)
To avoid tighter coupling, consider: - Setting page.DataContext when navigation to the page is complete; - As a refinement on the above, define an ...Answered | 1 Replies | 4266 Views | Created by ashlar - Tuesday, June 24, 2008 5:38 PM | Last reply by Chango V. - MSFT - Tuesday, June 24, 2008 8:24 PM -
2 Votes
How do I access a MediaElement from a different frame?
I want to be able to turn this on and off and/or change the volume from within another 'page' hosted in a frame.Answered | 2 Replies | 2076 Views | Created by pumpkinszwan - Thursday, August 29, 2013 3:04 AM | Last reply by Anne Jing - Friday, August 30, 2013 4:03 AM -
0 Votes
Communication between frames/pages in different projects
for geting data form page you should use <PageFunction> </PageFunction> instead of <Page></Page> this tag , which has Return event that you ...Answered | 2 Replies | 4047 Views | Created by AWilkens - Tuesday, January 20, 2009 6:39 PM | Last reply by mkrtchyan.arsen - Wednesday, January 21, 2009 2:03 PM - Items 1 to 20 of 4079981 Next ›
No announcements