Welcome![Sign In][Sign Up]
Location:
Search - draglist

Search list

[GDI-BitmapDragList

Description: 在CCtrlList中进行随意拖曳信息,初学者进行学习的例子
Platform: | Size: 30649 | Author: 周国强 | Hits:

[Button controlDragList

Description: 这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持-CListCtrl derived from the class, so you can conveniently in your Control List to add support for Drag Drop
Platform: | Size: 16124 | Author: yang | Hits:

[Button controlDragList

Description: 这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持-CListCtrl derived from the class, so you can conveniently in your Control List to add support for Drag Drop
Platform: | Size: 15360 | Author: yang | Hits:

[GDI-BitmapDragList

Description: 在CCtrlList中进行随意拖曳信息,初学者进行学习的例子-Carried out at random in CCtrlList drag information for beginners to learn the examples
Platform: | Size: 30720 | Author: 周国强 | Hits:

[OS programdraglist

Description: 虚拟外壳拖拽的使用,虚拟外壳 的使用-The use of drag and drop virtual shell, virtual shell use
Platform: | Size: 224256 | Author: wubo | Hits:

[Windows DevelopDragList

Description: 列表框中可以拖动列表项,实现列表项的拖动-listDrag
Platform: | Size: 66560 | Author: 冰山 | Hits:

[androidDragList

Description: 实现android 的ListView的拖动排序,拖到最下和最上时可以自动滚动-To achieve the android ListView sort of drag, drag the lower and top roll can be automatically
Platform: | Size: 84992 | Author: 周子元 | Hits:

[ListView/ListBoxDragList

Description: 自定义的一个可以自由拖动选项的listview-A free custom listview drag options
Platform: | Size: 68608 | Author: | Hits:

[androidDragListDemo2

Description: android 示例代码,可以自由拖动的listview控件实例-download this
Platform: | Size: 56320 | Author: 黄联合 | Hits:

[androidDragList

Description: 这是一个机器人的广泛应用,对其称为系统与相机的照片种植,这是一个演示应用程序。下一个上传新的版本。-this is a android application,it called system camera with photo cropping ,this app is a demo.The next uploading the new version.
Platform: | Size: 81920 | Author: keger | Hits:

[androidDragListView

Description: 可以拖动的ListView,实现手动拖动的ListView 可以拖动的ListView,实现手动拖动的ListView-DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.TextView public class DragListAdapter extends BaseAdapter { Context context LayoutInflater inflater List<String> groupN public DragListAdapter(Context con, List<String>groupname) { this.groupN = groupname this.context = con inflater = LayoutInflater.from(con) } @Override public int getCount() { return groupN.size() } @Override public Object getItem(int position) { return groupN.get(position) } public void remove(String group) { int index=groupN.indexOf(group) groupN.remove(index) notifyDataSetChanged() } public void insert(String grname, int postion) { groupN.add(postion, grname) notifyDataSetChanged() } @Override
Platform: | Size: 207872 | Author: zhengyunguang | Hits:

[androidDragList

Description: 本系统主要是Android开发,实现以列表Listview的形式显示数据,并且对于列表中的Item数据项可以进行删除操作,常用于Android开发中对于sqlite数据库数据显示方式中,扩展性很高,具有良好的扩展性,界面美观。-This system is Android development, to the data of the list ListView in the form of display, and for the the Item data items in the list can delete operation, commonly used in the Android development for sqlite database data show high scalability, with good scalability, beautiful interface.
Platform: | Size: 996352 | Author: 史瑞茹 | Hits:

[ListView/ListBoxDragList

Description: 用VC++实现的非常实用的可拖拽的List控件,可以实现连续拖拽,实现任意两行互换位置,还可以实现多行拖拽功能。-VC++ achieved with very practical draggable List control, can achieve a continuous drag, arbitrary two lines are reversed, you can achieve multi-line drag and drop.
Platform: | Size: 15345664 | Author: 田魁 | Hits:

CodeBus www.codebus.net