Custom Editing Behavior for DataGridView TextBox Columns
Posted by: Roland Weigelt,
on 12 Feb 2007 |
View original | Bookmarked: 0 time(s)
I’m currently working on a hobby project where I’m displaying a list of files in a way similar to the “details” view of Windows Explorer. For various reasons I’m using a DataGridView instead of a ListView, and while configuring the DataGridView to look like a ListView wasn’t much of a problem, there’s one thing that got on my nerves, which is the behavior of textbox cells in edit mode: It is much too easy to leave the edit mode accidentally,...