C# DataGridView FAQ

时间:2015-02-24 12:15:35
【文件属性】:
文件名称:C# DataGridView FAQ
文件大小:1011KB
文件格式:DOC
更新时间:2015-02-24 12:15:35
C# DataGridView 1 DataGridView Control The DataGridView control is the new grid control for Windows Froms 2.0. It replaces the DataGrid control with an easy to use and extremely customizable grid that supports many of the features that are needed for our customers. About this document: This material should not be considered a complete coverage of DataGridView but it tries to capture the high-level features with some depth in specific areas. This document is divided into about 5 logical sections starting with a feature and structure overview, followed by an overview of built in column and cell types. Next is an overview of working with data, followed by an overview of specific major features. Lastly, a “best practice” section concludes the main part of this document. Most sections contain a “Q & A” section that answers common questions regarding the specific feature or area covered by the section. Note that some questions are duplicated in multiple sections based upon the section relevancy. The question and answers with code samples/snippets are contained in this document’s only appendix to make for a “one-stop shop” of code. Note that most of the context of this document comes from the DataGridView control documentation presented in MSDN.

网友评论