|
I am trying to develop a windows application allowing user to control windows services. I have an ArrayList containing windows services data to be displayed to the user. Except displaying the Service Name and status, I would like to have a column of check box and maybe a column of buttons associated with each row.
I am not sure whether to use Listview or datagrid? and it seems none of them support column of button control?
Can anyone give me some advice on this?
Thank u very much!!
|
|
|
|
|
|
|
// |