in the standard .NET Framework, the ListView control has an option to rename the items by clicking them once with a mouse, or programmatically (e.g. in response to an F2 key press). the DevExpress ImageListBoxControl, which is the closest to ListView that i found (i only need one column, with text items and an icon for each item, like the Details view with HeaderStyle=None in ListView) doesn't have that. anyone has an idea how to achieve this functionality, either with ImageListBoxControl or some other control?