惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

博客园 - Lain

Visual studio 2008切换设计视图无响应 远去的自己... 最美的时候... Installing VS 2008 SP1 on Windows 7 关于清理文本中的各类空白字符.. 如何解决FtpWebRequest基础连接已经关闭:接收时发生错误... 斥候... 普鲁斯特.... 智力题..发月饼... 马太效应... 几种解法.... 稀饭的就是这个.. 阿迪王... 大马士革钢... The English Language visual studio R6034解决方案集 Erro Message in Visual Studio : "automation can't create object" 低位在前... 不能理解...
将插入的新行放入dataGridView的第一行
Lain · 2008-10-24 · via 博客园 - Lain

习惯这样用的: 
dataGridView1.Rows.Add(dataRow);
改成:
dataGridView1.Rows.Insert(0,dataRow);

posted on 2008-10-24 18:47  Lain  阅读(3295)  评论(0)    收藏  举报