本文介绍了从Listview中读取的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含4列的列表视图.
我可以从指定的项目中读取内容.
但是我想创建一个带有标签的新面板,该标签为每个listview项目指定项目的名称.
有什么办法吗?
我正在使用VS.2010.


这就是我想要的样子:

有什么想法吗?
我希望它为每个listview项目创建一个带有picturebox等的面板.

i have a listview with 4 columns.
i can read from a specified item.
but i want to create a new panel with a label that specifies the name of the item for every listview item.
is there any way to do this?
im using VS.2010.


this is what i want it to look like:

any ideas?
i want it to create a panel with the picturebox etc for every listview item.
it is a winform.

推荐答案


这篇关于从Listview中读取的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 14:01