Chapter 26 Flashcards

1
Q

What could we use to make a small area on window for navigation

A

frames

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

We have navigation containers, what they give us

A
  • Navigation
  • History journal
  • Navigation related events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the tag for navigationwindow

A

NavigationWindow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are 2 containing elements for a page

A
  1. Navigation window

2. Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What service we use to navigation from one page to another page

A

NavigationWindow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How we can change navigation window title

A

This.NavigationService.Title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are page properties

A
  • WindowHeight
  • WindowWidth
  • WindowTitle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are 3 methods for navigation

A
  1. Calling the navigate method
  2. Using hyperlinks
  3. Using journal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is journal

A

Journal is a history. It has 2 stacks. Undo and redo stacks. Please note that if we go forward or backward, every time there is new instance of page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is JournalEntry.KeepAlive

A

It allows to maintain original entry and retain page same existing instance if we go forward and back.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are 2 type of events on page load

A
  1. Navigation container

2. Page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Does navigate container events could call from html to html

A

No. They can call from wpf-wpf, html-wpf, wpf-html.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is page function

A

page function is a generic class of wpf. It is just like simple page but with added mechanism for returning data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are 3 ways for a page to pass data to another page

A
  1. Extra argument of navigate
  2. Constructor
  3. Dictionary of property
How well did you know this?
1
Not at all
2
3
4
5
Perfectly