当前位置:网站首页>Newbeecoder. UI new open source control library DataGrid instructions
Newbeecoder. UI new open source control library DataGrid instructions
2022-06-23 20:31:00 【User 7152477】
use DataGrid Control to display a collection of data and information . stay WPF Can customize appearance , Cell , Form head , typeface , Color and so on .
Use ItemsSource Property to bind the data source , Bind any implementation IEnuemerable Data source . By default , When the user clicks DataGrid The entire row will be selected when the cells in the , If the user selects the multiline setting SelectionMode attribute . If you do not want to generate automatic columns, use AutoGenerateColumns Property is set to false.
GridLinesVisibility Make gridlines visible 、AreRowDetailsFrozen Freeze row details .Microsoft Docs Yes DataGrid Each function is described in detail .
There are common table options in styles , Such as alternate line background and display / Hide the title , Gridlines and scrollbars . Multiple style and template attributes , Through to ColumnHeaderStyle,CellStyle,RowStyle Custom styles meet design requirements .
Newbeecoder.UI Is a lightweight and extensible open source project , be based on MVVM Development framework , Can be used to quickly build WPF Applications , Without knowing the internal implementation details of the control , It is convenient to expand more control styles and use , The project uses pure C#+WPF Development , Easy to extend and integrate into development projects . As long as your existing system is used WPF Developed , You can use Newbeecoder.UI To easily develop your good-looking applications to integrate into your existing projects .
The development framework has undergone strict technical verification and system testing , Like stress testing , It has been praised and praised by the majority of users . We actively collect user feedback , Constantly improve and improve , The latest version has few systemic flaws . We share successful experiences , Adhere to the principle of innovation , Always provide high-quality after-sales service and technical support . Every time a new version is released , It will certainly surprise users , Every free upgrade , It will make users feel intimate and warm . We are committed to innovation 、 focus 、 major , A consistent spirit , Willing to share success and joy , Welcome to our products .
Demo Version download address :https://download.csdn.net/download/liaohaiyin/63234875
Newbeecoder.UI The control library develops stable and efficient projects according to user needs , Demonstrate the overall function of the control library through video :
Use in control Libraries DataGrid It's simple . Let's take a screenshot to see the effect and the calling code :
<Grid DataContext="{Binding Source={StaticResource Items}}">
<DataGrid Style="{DynamicResource DefaultDataGridStyle}" ColumnWidth="*" ItemsSource="{Binding Mode=Default, XPath=/MockObjects/MockObject}">
<DataGrid.Columns>
<DataGridTextColumn Header=" Number " Binding="{Binding [email protected]}"/>
<DataGridTextColumn Header=" full name " Binding="{Binding [email protected]}"/>
<DataGridTextColumn Header=" abbreviation " Binding="{Binding [email protected]}"/>
</DataGrid.Columns>
</DataGrid>
</Grid>
边栏推荐
- Logstash start -r parameter
- Open source SPL redefines OLAP server
- [golang] quick review guide quickreview (VIII) -- goroutine
- GaussDB(DWS) 数据库智能监控运维服务-节点监控指标
- 【Golang】快速复习指南QuickReview(八)——goroutine
- JS advanced programming version 4: generator learning
- Can the biggest gamefi crash victim survive the bear market in May| May Monthly Report
- 【Golang】跟着源码学技巧系列之对象池sync.Pool
- 国内期货开户怎么开?哪家期货公司开户更安全?
- Rstudio 1.4 software installation package and installation tutorial
猜你喜欢

Implementation of microblog system based on SSM

Zabbix监控- Aruba AP运行数据

Real topic of the 13th National Competition of single chip microcomputer in the Blue Bridge Cup

Crise de 35 ans? Le volume intérieur est devenu synonyme de programmeur...

vs2022scanf函数的使用,使用scanf的报错-返回值被忽略:解决·方法

Technology sharing | wvp+zlmediakit realizes streaming playback of camera gb28181

八大误区,逐个击破(终篇):云难以扩展、定制性差,还会让管理员失去控制权?

5 月最大的 GameFi 崩溃受害者能否在熊市中生存?| May Monthly Report

FPGA based electromagnetic ultrasonic pulse compression detection system paper + source file

官宣.NET 7 预览版5
随机推荐
How to avoid the "black swan" incident in the gene field: a security war behind a preventive "recall"
What cloud disk types does Tencent cloud provide? What are the characteristics of cloud disk service?
GL Studio 5 安装与体验
[vernacular technology] QR code
Realize vscode to write markdown documents + pictures to be automatically uploaded to Tencent cloud cos
[golang] quick review guide quickreview (I) -- string
Tcp/udp Fundamentals
【Golang】使用Go语言操作etcd——配置中心
Implementation of microblog system based on SSM
[golang] quick review guide quickreview (III) - Map
Can Tencent cloud disk service share data? What are the advantages of cloud disk service?
Are internal consultants and external consultants in SAP implementation projects difficult or successful?
教你如何用网页开发APP
How PostgreSQL quickly locate blocking SQL
How do I open an account? Is it safe to open an account in Guohai Securities? What do you need to bring?
After the collapse of UST, will the stable currency market pattern usher in new opportunities?
Development of block hash quiz game system (DAPP)
Leaders of Hangcheng street, Bao'an District and their delegation visited lianchengfa for investigation
金鱼哥RHCA回忆录:DO447管理用户和团队的访问--用团队有效地管理用户
[golang] some questions to strengthen slice