Chapter 20 Flashcards
If we do not give any row definition. how many rows we will have
1
If we do not give any column definition. how many columns we will have
1
What is shared size group
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.
Is shared size group attached property
Yes
Grid can behave like all other panels except
Wrap panel
Which panels are used for custom controls
Primitive panels
Primitive panels are used in which namespace
System.windows.control.primitive
What are examples of primitive panels
- Tab panel
- Toolbar panel
- Toolbar Overflow Panel
- Toolbar Tray
- Uniform Grid
- Selective Scrolling Grid
What is content overflow
When child element require more space than parent available space, it is called content overflow.
How we deal with content overflow
1- Clipping 2- Scrolling 3- Scaling 4- Wrapping 5- Trimming
What is wrapping
We use wrap panel in it.
What is trimming
Its a special form of clipping and it is meaningful only for text. This property is called texttrimming
What is clipping
We reserve an area and when any element try to cross it, it gets clips on the boundaries of area.
How we enable scroll bars
With tag
What is scaling
Content scale according to container size