会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
苏飞博客
欢迎大家来到我的博客!!!
推荐排行榜
使用GridView自带的ToolTip隐藏过长的数据
2009-03-13 11:24 by 苏飞, 1607 阅读,
收藏
,
摘要: Gv_FAQ.Rows[i].Cells[j].ToolTip = Gv_FAQ.Rows[i].Cells[j].Text; //长度过八个字符的时候隐藏显示 if (Gv_FAQ.Rows[i].Cells[j].Text.Length > 20) {
阅读全文
0 Comment
上一页
1
···
36
37
38
39
40
About