Hi
I have a list view like this:
Column 0 Column 1 Column 2
ListViewItem1 1 2 3
ListViewItem2 4 5 6
When I make my list, the "ListViewItem1" and "ListViewItem2" is not visible.
My questions are:
1. How shall I make "ListViewItem1" and "ListViewItem2" to be visible in my grid list?
2. How shall I change "ListViewItem1" and "ListViewItem2" to "Row1" and "Row2" ?
3. How shall I change "Column 0" and "Column 1" and "Column 2" to "Col1" and "Col2" and "Col3" ?
4. How can I do, which each cells can be selectable? As I tried, just each row can be selectable. I need each cells can be selectable like GridView.
For better explanation, I need bellow list to be appear in run :
Col1 Col2 Col3
Row1 1 2 3
Row2 4 5 6
5. How shall I change the color header, font header and backcolor header?
6. How can I change the color of fonts of whole list? I mean Items and also its row header?
7. How can I read and write item from Row2,Col3 ?
8. How shall I change scroll bar thickness?
9. If I apply any themes (like Aqua) then whether ShowGridLines is True or False, gridlines are disappear. How shall I make it appear when I use a theme?
Thanks.
I have a list view like this:
Column 0 Column 1 Column 2
ListViewItem1 1 2 3
ListViewItem2 4 5 6
When I make my list, the "ListViewItem1" and "ListViewItem2" is not visible.
My questions are:
1. How shall I make "ListViewItem1" and "ListViewItem2" to be visible in my grid list?
2. How shall I change "ListViewItem1" and "ListViewItem2" to "Row1" and "Row2" ?
3. How shall I change "Column 0" and "Column 1" and "Column 2" to "Col1" and "Col2" and "Col3" ?
4. How can I do, which each cells can be selectable? As I tried, just each row can be selectable. I need each cells can be selectable like GridView.
For better explanation, I need bellow list to be appear in run :
Col1 Col2 Col3
Row1 1 2 3
Row2 4 5 6
5. How shall I change the color header, font header and backcolor header?
6. How can I change the color of fonts of whole list? I mean Items and also its row header?
7. How can I read and write item from Row2,Col3 ?
8. How shall I change scroll bar thickness?
9. If I apply any themes (like Aqua) then whether ShowGridLines is True or False, gridlines are disappear. How shall I make it appear when I use a theme?
Thanks.