2023年12月6日发(作者:中国娃娃组合)
C#winFrom自定义gridview样式制作好看的大屏显示队列
自定义队列可以根据某列自行给予固定的宽度、颜色显示等。废话不说直接贴代码。
using System;
using c;
using entModel;
using ;
using g;
using ;
using ;
using pServices;
using ;
using ;
using ;
namespace Call_form
{
public partial class Form1 : Form
{
}
private void Form1_Load(object nder, EventArgs e)
{
rderStyle = ; //设置窗体为无边框样式
State = zed; //最大化窗体
data_grid_style();//DataGridView 的样式,当datagridview不存在数据则报错
}
#region 给datagridview赋值和设定样式
private void data_grid_style() {
//dersVisible = fal;//隐藏标题
//HeadersVisible = fal;//隐藏首列
//s[0].Visible = true;
//s[0].Visible = true;
dersVisible = fal;
//给相应的列固定宽度
s[0].Width = 390;
s[1].Width = 390;
s[2].Width = 1100;
= 88;//设置行高
s[1].lor = k;//定义指定列的格式
s[1].ionForeColor = k;
s[0].lor = k;
s[0].ionForeColor = k;
//s[0].ent= Center;//第一列居中
s[1].ent = Center;//第二列居中
//= new ("微软雅黑", 22F);
//();
idViewCellStyle dataGridViewCellStyle17 = new idViewCellStyle();//定义奇数行的样式
idViewCellStyle dataGridViewCellStyle18 = new idViewCellStyle();//定义默认行的样式
rToAddRows = fal;
rToDeleteRows = fal;
lor = yan;
atingRowsDefaultCellStyle = dataGridViewCellStyle17;
oundColor = kyBlue;
//HeadersBorderStyle = ;
ent = Center;
//lor = gb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
lor = ;
//lor = kyBlue;
// lor = ;
ionBackColor = ght;
ionForeColor = ghtText;
HeadersDefaultCellStyle = dataGridViewCellStyle18;
HeadersHeightSizeMode = ze;
HeadersHeightSizeMode = ze;
}
#endregion
}
= new ("微软雅黑", 22F, r, , ((by
本文发布于:2023-12-06 16:39:38,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/zhishi/a/1701851978237663.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:C#winFrom自定义gridview样式制作好看的大屏显示队列.doc
本文 PDF 下载地址:C#winFrom自定义gridview样式制作好看的大屏显示队列.pdf
留言与评论(共有 0 条评论) |