Questions tagged [uwp-navigation]

30 questions
3
votes
1 answer

UWP MVVM Template10: Access single instance of external API across application

I've been tasked with taking over a partially developed sizeable and complex UWP application using MVVM via Template 10. The app needs to use an in-house developed webservices API and this needs to be used for practically every single function,…
nzmike
  • 578
  • 1
  • 7
  • 25
2
votes
1 answer

Proper way to add an AutoSuggestBox to Hamburger Navigation?

I'm just starting to learn UWP and xaml. What is the proper way to add a AutoSuggestBox to the Side Navigation panel? (Sorry for the bad code formatting in advance, copy and paste wasn't great) My Main.xaml has an AutoSuggestArea that I have set to…
1
vote
1 answer

UWP Hide Window Title Bar controls

I'm maintaining an app to show live content on big public screens. There are 2 windows, the MainWindow that allows the user to select what content to show in the big screen, and a new window that is captured and shown in the big screen by the…
Pakoco
  • 163
  • 6
1
vote
1 answer

UWP - AppShell.xmal - MUXC:NavigationViewItem - List of available Icons (not costume made)

Currently, I am working on a solution Universal Windows (C#/xaml), where the namespace Microsoft.UI.Xaml.Controls is used.
MANS
  • 13
  • 2
1
vote
1 answer

Map not showing up on the loading of UWP Application

It is my UWP Application to load the map of Seattle. My problem is that as I load my UWP application, instead of showing me the map it shows me the blank background with dark color. I am trying to solve this problem from last few hours but can't…
1
vote
1 answer

How to close main window of uwp programmatically

Unlike wpf, uwp apps can't close their mainpage programatically. Window.Current.Close() fails when executed on mainpage of the app. What is the correct way of closing the mainpage in uwp??
1
vote
2 answers

In UWP App, read command line arguments and pass it from App.xaml.cs file to the MainPage.xaml.cs

I can start my UWP app from windows command prompt or PowerShell. I've gotten some idea on how to read the arguments passed to the UWP app, as well. But, I have not been able to find any documentation on how to pass those arguments from App.xaml.cs…
nam
  • 21,967
  • 37
  • 158
  • 332
1
vote
0 answers

UWP : Need to disable on-screen-keyboard on textbox click

UWP : Need to disable on-screen-keyboard on textbox click Because I need to Invoke third Party on-screen-keyboard. Tried Below Code....But I was not able to disable on-screen-keyboard. PreventKeyboardDisplayOnProgrammaticFocus="True" Both are…
1
vote
1 answer

UWP Frame is null in Frame.Navigate method

I'm implementing a function in my UWP app (LogoutUser) that logs out the user and redirects him to the LoginPage. LogoutUser has a parameter of type Page, that specifies the page from where the function has been called. I need this parameter for…
Adrian
  • 121
  • 1
  • 9
1
vote
1 answer

Wiring up back button in NavigationView for UWP app

I'm using a NavigationViewin my UWP app and was trying to get the back button wired up for content changes. I have not been able to get the button enabled during content changes even if I set the enable property of the nav view. Currently I simply…
user3470887
1
vote
1 answer

UWP NavigationView prevent unload Pages

I'm using a NavigationView and when I navigate to a different page the previous one is unload, this is OK for some pages (and should be that way), but for other pages I wanted to maintain the Page loaded even if I navigate away from that Page. Is…
J_PT
  • 479
  • 4
  • 22
1
vote
1 answer

How to handle events for ItemClick in Sublist for UWP, MVVM?

I am new to UWP. I have a question which already has been asked here, UWP: How to catch the click of a listview part from another listview in the viewmodel instead of code-behind? However, none of the solutions really work. I have tested them out,…
Skynet094
  • 443
  • 4
  • 19
0
votes
0 answers

Adding a div affter Ul menu in wordpress meue using navwalker

Hi everyone been away from coding now im learning WordPress, I came a cross bootstrap 5 menu and wanted to converted to wp_menu, basically i want to add an extra div after element the code:
0
votes
1 answer

NavigationView icons + text in compact mode

I'm trying to accomplish something similar to the image below where in compact mode you have the icon and the text displayed under it. I'm not that familiar with modifying the underlying template for the NavigationView to make this work. Can you…
Cristian Szpisjak
  • 2,429
  • 2
  • 19
  • 32
0
votes
0 answers

How to Navigate in UWP to another xaml page by clicking a button?

I am trying to validate user data and when it is correct navigate to another xaml page. what I have, it and show the MainPage which is the Login window but when I enter data and click the button it closes the window, it's not checking the user…
L3ly
  • 35
  • 1
  • 5
1
2