Chapter 20 Flashcards

1
Q

If we do not give any row definition. how many rows we will have

A

1

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

If we do not give any column definition. how many columns we will have

A

1

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

What is shared size group

A

We can group column or row to force to have same size in all conditions. Weather any one of them get dragged the other members of group also resized accordingly.

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

Is shared size group attached property

A

Yes

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

Grid can behave like all other panels except

A

Wrap panel

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

Which panels are used for custom controls

A

Primitive panels

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

Primitive panels are used in which namespace

A

System.windows.control.primitive

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

What are examples of primitive panels

A
  • Tab panel
  • Toolbar panel
  • Toolbar Overflow Panel
  • Toolbar Tray
  • Uniform Grid
  • Selective Scrolling Grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is content overflow

A

When child element require more space than parent available space, it is called content overflow.

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

How we deal with content overflow

A
1- Clipping
2- Scrolling
3- Scaling
4- Wrapping
5- Trimming
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is wrapping

A

We use wrap panel in it.

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

What is trimming

A

Its a special form of clipping and it is meaningful only for text. This property is called texttrimming

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

What is clipping

A

We reserve an area and when any element try to cross it, it gets clips on the boundaries of area.

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

How we enable scroll bars

A

With tag

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

What is scaling

A

Content scale according to container size

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

What is view box

A

View box stretch on all available space and then get resize according to available space.

17
Q

What are stretch property values of viewbox

A

None
Fill
Uniform
UniformToFill

18
Q

What is Uniform value of stretch property values of viewbox

A

Uniform maintains aspect ratio

19
Q

What is the difference between UniformToFill and Uniform

A

In UniformToFill it maintain aspect ratio but clip on 2 sides

20
Q

What is default value of stretch property of viewbox

A

Uniform

21
Q

What are decorators

A

Decorators are like panels