社区
C#
帖子详情
==========System.Windows.Forms.ListBox简单问题
g961681
2005-10-31 02:32:37
ListBox在不停的加数据。
怎么让最后添加的记录总能显示。即让滚动条总拉到最底!
...全文
190
3
打赏
收藏
==========System.Windows.Forms.ListBox简单问题
ListBox在不停的加数据。 怎么让最后添加的记录总能显示。即让滚动条总拉到最底!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
3 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
g961681
2005-10-31
打赏
举报
回复
能用发送消息的方式解决吗?
********************************************************************
*TryMyBestToKnowSomethingAboutEverythingAndEverythingAboutSomething!
********************************************************************
jinjazz
2005-10-31
打赏
举报
回复
listBox1.SelectedIndex=listBox1.Items.Count-1;
SqlDataAdapter
2005-10-31
打赏
举报
回复
for(int i=0;i<100;i++)
{
this.listBox1.Items.Add(i.ToString());
this.listBox1.SelectedIndex=this.listBox1.Items.Count-1;
}
C# SocketHelper 源码
this.
listBox
1 = new System.
Windows
.
Forms
.
ListBox
(); this.cmbClient = new System.
Windows
.
Forms
.ComboBox(); this.btnSendto = new System.
Windows
.
Forms
.Button(); this.labClientCount = new System....
API精灵源码(C#编)
private System.
Windows
.
Forms
.
ListBox
tiplist; private System.
Windows
.
Forms
.ComboBox select_type; private System.
Windows
.
Forms
.TextBox dlltext; /// /// 必需的设计器变量。 /// //自定义...
C#
listBox
点菜功能
在C#中,我们可以使用.NET Framework提供的`System.
Windows
.
Forms
.
ListBox
`类(对于
Windows
Forms
)或`System.
Windows
.Controls.
ListBox
`类(对于WPF)来操作它。 二、初始化`
ListBox
` 在创建点菜功能时,首先需要...
listbox
控件的使用方法
Listbox
控件是
Windows
Forms
应用程序中常用的控件之一,它可以显示大量的数据,并提供了灵活的数据绑定和样式设置功能。下面是
Listbox
控件的使用方法和常用属性介绍: 1. 创建
Listbox
控件 在
Windows
Forms
...
优秀班委选举
using System.
Windows
.
Forms
; namespace 优秀班委选举 { public partial class Form1 : Form { private
ListBox
listBox
; public Form1() { InitializeComponent(); } public Form1(
ListBox
listBox
) { ...
C#
111,094
社区成员
642,554
社区内容
发帖
与我相关
我的任务
C#
.NET技术 C#
复制链接
扫一扫
分享
社区描述
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧
+ 用AI写文章