I have to make a listview in WindowsForms, in which certain values must be added together, but I have no idea how to make this. Please can somebody help.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Hi Mario to get your values in 1 column try this...i used a simple list this will put values in first column
if you want to put it in any other column try this
ok Mario then you need this i think
its the eventhandler for the columnclick event of listview,so when you click the columnheader it will fire this logic....good coding