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

Computer Science & Information Technology

You might also like to view...

The ________ is produced by the associated newspaper and contains current news stories from the publication

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Status column of the Task Manager's Services tab lists each service as either running or ________

Fill in the blank(s) with correct word

Computer Science & Information Technology