Answer the following statements true (T) or false (F)
1. WPF provides built-in functionality for custom windows.
2. WPF controls are “lookless,” meaning that their appearance can be set by any control template.
3. A routed command declared in the XAML changes a control’s appearance when that control enters a certain state.
4. Data members declared as ReadOnly must be initialized in their declaration.
5. The ItemsSource property of a ListView must refer to the name of a DataTemplate element.
6. A CollectionViewSource provides multiple “views” of the same data.
1. False. The functionality must be programmed in the code-behind class.
2. True.
3. False. A trigger written in the XAML is more suitable for changing a control’s appearance in different states.
4. False, ReadOnly members may be initialized in their class’s constructor.
5. False, ItemsSource must be set to a collection of items to be displayed in the list.
6. True
You might also like to view...
Photoshop’s ____ translates color from the color space of one device into a device-independent color space.
a. CMS b. RMD c. XMS d. XML
What is !important?
What will be an ideal response?
In the Control Panel, an asterisk displays next to tasks requiring administrator privileges?.
Answer the following statement true (T) or false (F)
A stealth virus is designed to infect multiple file types to fool the antivirus software.
Answer the following statement true (T) or false (F)