当前位置:
代码迷
>>
C#
>> checkedlistbox实现Item的挪动
详细解决方案
checkedlistbox实现Item的挪动
热度:
60
发布时间:
2016-05-05 04:24:54.0
checkedlistbox实现Item的移动。
想实现一个功能
:就是点击按钮UP,选中的item会向上移动一个。相反点击down,向下移动一个。
再就是考虑边界问题。
意思就是,原来条目是1234,现在选中4,点击UP,变成1243
求思路
------解决思路----------------------
这个 不难吧,获取选中项,重新insertAt 就行了
查看全文
相关解决方案
WPF WrapPanel 怎么编程地模拟方向键切换当前选中的 item
C# ListView Item 焦点获取 有关问题 (winform) 控件高手别走。
Response.BinaryWrite((byte[])SqlReader.Item['icon']),该怎么处理
Response.BinaryWrite((byte[])SqlReader.Item['icon']),该如何处理
Response.BinaryWrite((byte[])SqlReader.Item['icon'])解决方法
Devexpress LayoutControl Item 设置visibility 替代的item的有关问题
repeater的e.item.dataitem为null有关问题
Repeater_ItemDataBound里e.Item.DataItem的有关问题
e.Item.Cells[0].Text与e.Item.Cells[1].Controls[0])区别,该怎么解决
请教在petshop4.0中的SQLServerDAL类库中,item,Category等类中的GetCommand是做甚么用的
int quantity = System.Convert.ToInt16(((TextBox)e.Item.FindControl("quantitytext")).Text)
请问,在方法里面不可以workid='"+e.Item.Cells[1].Text+"' 用这样的格式吗?多谢
关于DataGrid的e.Item.Cell有关问题
得不到datagrid中一列的数据string s=E.Item.Cells [0].Text .ToString ();该怎么处理
为什么e.Item.Cells[n].Text取不到值,该如何处理
If MyCookies.Item("username").tostring() = "" Then 出错,该如何解决
LinkButton delBttn = (LinkButton) e.Item.Cells[10].Controls[0];用VB该怎么写
原vs2005中DataList的DataKeys没e.Item.Item?
怎么改变Setting Item List的显示形式
svn 查看历史记录失败 ,并提醒"Item is not readable"
ListView Item 与子控件焦点有关问题
taobao.item.add上传图片的有关问题
(三)选择元素――(5)为项目列表加样式(Styling list-item levels)
animate({display:'list-item'})不起作用?该怎么解决
document.form.item 有关问题集合的(0)和[0]取法
采用Hibernate的项目中,频繁使用“select count(*) from Item where id=xx”语句,怎么提高查询速度
JSF的<h:dataTable var="item"有关问题 ...
for(String item:strArray) 中的item是什么意思.该如何处理
tomcat启动报错,ORA-22905: cannot access rows from a non-nested table item?是什么缘故
android gridview item 扫除触摸默认背景的方法