wpf GridControl
The WPF Data Grid (GridControl) is a data-aware control designed to display and edit data in different layouts: tabular, treelike, and card. The GridControl allows users to manage large amounts of data (sort, group, filter, and so on).
Get Started
- Lesson 1 - Add a GridControl to a Project
- Lesson 2 - Display and Edit Data
- Lesson 3 - Post Changes to a Database
- Lesson 4 - Manage Data
- Lesson 5 - Display Summaries
#Bind to Data
Refer to the following topic for more information: Bind to Data.
#Views
The GridControl uses Views to display data from a bound data source. You can use the following View types:
- Table View - displays data in a two-dimensional table.
- Card View - displays data as cards. Each card arranges fields vertically in a single column.
- TreeList View - displays data in a tree. Each data record is a tree node.
Views provide options that allow you to specify how to arrange records and fields.
Useful Resources
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2018-12-05 C# lock
2017-12-05 System.DirectoryServices Namespace
2017-12-05 用户和用户组,以及文件和文件夹的权限
2017-12-05 win10中让Visual Studio默认使用Administrator权限运行
2017-12-05 Unable to access the IIS metabase
2016-12-05 devenv.exe assert failure
2014-12-05 arp攻击的处理方法