Chapter 19 Flashcards
What is dock panel
We can dock any side of panel
What about grid
Grid is versatile. It works the same way in WPF as table in html.
What are 2 properties of grid
- Row
2. Column
Does the grid cell height and width same
Yes
Does column span and row span attached properties
Yes
Can we apply styling on grid cells
No
What are 3 sizing method
1- Absolute sizing (device independent pixels)
2- Auto sizing (size to content, means whatever size elements need, give it)
3- Proportional sizing
What is meaning of width=* in proportional sizing
get all available width
What is the role of grid content converter
We can use all 3 sizing options because of grid content converter
What is grid splitter
We can resize grid splitter dynamically with mouse pointer.