You need to display a list of items. Which controls are possible options are made available to you if you need to display a list of items? Of those, which would you use and why?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the possible options for the controls available are;

  • ItemsControl
  • ListBox
  • ListView
  • DataGrid

It is important to make sure that the ListView and ListBox can be selected when ItemsControl is not supporting a selection. You must also know that a ListView is more feature rich as it inherits ListBox that inherits ItemsControl and then adds features. You must also make sure that they understand the importance of DataGrid and how it is different from rest and why they must display a list in a DataGrid.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    WPF interview questions

    What is WPF and its advantages?

    WPF denotes Windows Presentation Foundation, which is a re-invention of a UI that uses WPF for Desktop applications. Jus..

    WPF interview questions

    What do you understand by Content Alignment in WPF?

    In WPF, various properties are used while dealing with the content of content controls. The two properties are as follow..

    WPF interview questions

    What is the value converter in WPF?

    A Value Converter is known to function as a bridge between a source and a target that is necessary when a target is boun..