本文介绍了使用扩展器控件准备列表视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个类似以下的收藏集:
Hi,
I have a collection something like below:
collection
{
groupItem
stepItem
stepItem
stepItem
groupItem
stepItem
groupItem
stepItem
stepItem
stepItem
stepItem
groupItem
stepItem
stepItem
stepItem
},
我想将上述集合绑定到列表视图,并且需要呈现诸如以下内容:
I want to Bind the above collection to list-view, and need to present something like fallowing:
ListBox
{
expander(GroupItem)
{
textbox(StepItem)
textbox(StepItem)
textbox(StepItem)
}
expander(GroupItem)
{
textbox(StepItem)
textbox(StepItem)
textbox(StepItem)
}
expander(GroupItem)
{
textbox(StepItem)
textbox(StepItem)
textbox(StepItem)
}
}.
可能吗?.如果可能,请有人帮帮我.
谢谢&问候
Easwar.
is it possible?. if possible somebody please help me.
Thanks & Regards
Easwar.
推荐答案
这篇关于使用扩展器控件准备列表视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!