DataGridView HideSelection to Hide Selection when Grid Loses Focus
Sep.02, 2008 in
C#
Content Aggregated From: CSharp411.com
The DataGridView is a powerful grid control included in the .NET Framework. One function missing, however, is the ability to hide the current selection when the DataGridView control is not focused. What the DataGridView class needs is a HideSelection property, similar to the ListView and TextBox. But the .NET designers have not included this capability in the DataGridView class. (more…) ShareThis
Read more…















Leave a Reply
You must be logged in to post a comment.