Questions tagged [navigationwindow]

26 questions
0
votes
0 answers

WPF - Change Page in a Window without Navigation

I just started programming in my company. Now I try to develop a GUI via WPF in C#. Therefore I want to open a window to select some pdf files. The window has a ListView to display the files, and some filter options. After selecting a file I want my…
michi.wtr
  • 17
  • 4
0
votes
1 answer

WPF NavigationWindow scrollbar

I have seen a few posts here that ask about WPF scrollbars and the answer is usually to use a ScrollViewer. The problem with this is, I can only get it to work with a statically sized window. If the window is resized, the scrollviewer gets cut…
Eric
  • 1,392
  • 17
  • 37
0
votes
1 answer

WPF: Maintaining states by implementing tabs with navigation windows?

I'm making an application in C# WPF that consists of a top-root NavigationWindow with several pages that I navigate between for the purpose of the project. At this point, I want to extend the functionality of the application by adding in a second…
Tom
  • 1
0
votes
1 answer

How to open a local html file using NavigationWindow when path contains URL fragment?

I am using NavigationWindow to display html files, it worked fine until path does not contain any # or illegal characters. I just wanted to know is there a way to open html file when the path contains URL fragment, for example: an anchor # like…
Ahmed
  • 41
  • 1
  • 5
0
votes
2 answers

Extend GoBack function in NavigationWindow

I´ve a NavigationWindow with some pages. I navigate from one to another with buttons, and go back function of navigation window. My problem is I use a descriptor in some of the pages when they load, and I´d like to dispose it when you use go back…
Alberto
  • 704
  • 2
  • 12
  • 26
0
votes
2 answers

Equivalent of .iOS.createNavigationWindow in Android?

I am developed an app for iOS using Titanium. Now my idea is to try to port it to android devices. I am finding lots of errors which I am solving as I go, but I don't seem to find the solution to this one. My app for iOS uses createNavigationWindow…
JordanBelf
  • 3,208
  • 9
  • 47
  • 80
0
votes
1 answer

How to close NavigationWindow by a button of its page (VB WPF)

I am a new of VB WPF Now I have a NavigetionWindow and set a page to be source, in the page I place a button and I would like to close the whole application by pressing it, how can I do it?
user2602850
  • 31
  • 2
  • 5
0
votes
1 answer

NavigationWindow class: remove navigation bar and maximized NavigationWindow

excuse me for my bad English. I know that many conversations were made ​​for this type of problem but none answer my specific problem... I am currently improving a Wpf Application coded in C # and xaml in Microsoft Visual Studio Express 2012 for…
0
votes
1 answer

WPF Customise NavigationUI Control

Good Afternoon, I am trying to customise the NavigationPanel UI Back and forward button, i basically just want to change the colors. I cannot find a property that can be set so i am a little stuck. I believe the way forward is to amend an existing…
user1403598
  • 485
  • 1
  • 6
  • 21
0
votes
1 answer

Using NavigationWindow with Pages

In a project there are lots of Page derived classes and a MainWindow that is a NavigationWindow. Should there really be Navigate(new PageDerivedClass()) in the code or should the hierarchical Page tree be built before? If I go back and do the same…
Mare Infinitus
  • 8,024
  • 8
  • 64
  • 113
0
votes
1 answer
1
2