点击或拖拽改变大小

DragViewCellCollection 类

DragView单元集合
继承层次
SystemObject
  Smobiler.Core.ControlsMobileViewCollectionDragViewCell
    Smobiler.Core.ControlsDragViewCellCollection

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法
public class DragViewCellCollection : MobileViewCollection<DragViewCell>

DragViewCellCollection 类型公开以下成员。

构造函数
  名称说明
公共方法DragViewCellCollection
构造函数
Top
属性
方法
  名称说明
公共方法Add
添加元素到集合中
(继承自 MobileViewCollectionT。)
公共方法Clear
移除所有元素
(继承自 MobileViewCollectionT。)
公共方法Contains
是否包含指定的元素
(继承自 MobileViewCollectionT。)
公共方法CopyTo
复制元素到指定的集合中
(继承自 MobileViewCollectionT。)
公共方法GetEnumerator
获取枚举器
(继承自 MobileViewCollectionT。)
公共方法IndexOf
获取指定元素的索引
(继承自 MobileViewCollectionT。)
公共方法ListClear (继承自 MobileViewCollectionT。)
公共方法Refresh
刷新元素
(继承自 MobileViewCollectionT。)
公共方法Remove
移除指定元素
(继承自 MobileViewCollectionT。)
公共方法RemoveAt
移除指定索引的元素
(继承自 MobileViewCollectionT。)
Top
参见