I am using a listview in which i want to have a column under which there will be some sub columns
for ex:
|
Main Column 1
|
Main Column 2
|
|
Column 1
|
Column 2
|
Column 3
|
Column 4
|
|
1
|
abc
|
abc
|
gdf
|
|
2
|
def
|
hgf
|
fdgf
|
In this i have two main columns under which there are sub columns.
I cant use any other controls except the listview.
Can somebody help me to sort out this problem.
Thanks in advance,
Regards,
Rajesh Thangarasu