Windows Forms Editable ListBox (EditableList) Overview

29 May 20231 minute to read

The EditableList control provides an editable Windows Forms list box with a Windows Forms text box and button on the current row to facilitate in-place editing. The events present in the Textbox, Button and ListBox are applicable for EditableList control.

Overview of EditableList in WindowsForms

Key features

  • Editing - Provides support to edit the selected item at run time.

  • Embedded controls - The EditableList control contains embedded controls such as ListBox, Button, and TextBox.