ListView Control in VB.NET

What is the use of listview control in VB.NET?

Explanation

ListView Control

ListView Control is used to display the list of items as in the right pane of windows explorer. Type of icons can be added to these controls easily, items can be arranged neatly.
Video:
Explanation:
  • A List view control and a text box control is used in the example.
  • Add the listview items using the Items property.
  • Using the SelectedIndexChanged event, the SelectedIndices value is checked.
  • Based on the item selected, the TextBox displays a message.

Visual Basic Tutorial


Ask Questions

Ask Question