标签:str click bool get csharp 效果 alt list .so
实现效果:
知识运用:
ListBox控件的Sorted属性 //ListBox控件中的数据项是否按字母顺序排序
public bool Sorted{get;set;}
实现代码:
private void button1_Click(object sender, EventArgs e) { listBox1.Sorted=true; }
标签:str click bool get csharp 效果 alt list .so
原文地址:https://www.cnblogs.com/feiyucha/p/10159855.html