SectionListView 类型公开以下成员。
方法
| 名称 | 说明 |
---|
 | AutoScroll | (继承自 ListView。) |
 | DataBind | (重写 ListViewDataBind(Object).) |
 | DestroyDialog |
销毁弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | FindByRenderID | (继承自 SwebLayoutControl。) |
 | GetPropertyInitialValue |
根据属性名称获取STML协议中的属性默认值
(继承自 SwebControlBase。) |
 | Invoke(Delegate) | (继承自 SwebControlBase。) |
 | Invoke(Delegate, Object) | (继承自 SwebControlBase。) |
 | NewRow |
添加行
|
 | NewRow(Object) |
添加行
|
 | NewRow(String) |
添加列表行。
|
 | NewRow(String, Object) |
添加列表行。
|
 | NewRow(Object, String, Object) |
添加行
|
 | NewRow(String, Object, String, Object) |
添加列表行。
|
 | NewSection(String) |
添加列表区域
|
 | NewSection(String, Object) |
添加列表区域
|
 | OnBindValueUpdate | (继承自 SwebLayoutControl。) |
 | OnDataSourceUpdate | (继承自 ListView。) |
 | ScrollTo |
滚动到指定位置
(继承自 ListView。) |
 | ScrollToIndex |
不支持的方法
(重写 ListViewScrollToIndex(Int32).) |
 | ShowContextDialog |
弹出上下文用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowDialog(SwebUserControl, EventHandler) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowDialog(SwebUserControl, DialogOptions, EventHandler) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowModal(SwebUserControl) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowModal(SwebUserControl, DialogOptions) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | StopAutoScroll | (继承自 ListView。) |
 | UpdateRow |
更新行。
(继承自 ListView。) |
Top
参见