Problem with list controll [modified]
-
Hi all, I have disabled my grid lines of ListCtrl, so that it is not visible now.But I need to draw a border line(should be splitted line) between some items ie my listCtrl will looks like this col1 col2 col3 col4 col5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 And also I dont want to show the partition lies between the column heading Can anybody tell a solution to this, Thanks in Advance George K JOlly -- modified at 2:27 Thursday 24th August, 2006
-
Hi all, I have disabled my grid lines of ListCtrl, so that it is not visible now.But I need to draw a border line(should be splitted line) between some items ie my listCtrl will looks like this col1 col2 col3 col4 col5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 And also I dont want to show the partition lies between the column heading Can anybody tell a solution to this, Thanks in Advance George K JOlly -- modified at 2:27 Thursday 24th August, 2006
-
Hi all, I have disabled my grid lines of ListCtrl, so that it is not visible now.But I need to draw a border line(should be splitted line) between some items ie my listCtrl will looks like this col1 col2 col3 col4 col5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 itm1 itm2 | itm3 itm4 itm5 And also I dont want to show the partition lies between the column heading Can anybody tell a solution to this, Thanks in Advance George K JOlly -- modified at 2:27 Thursday 24th August, 2006
Another solution would be to use customdraw.
-
I see two solutions: 1. Make an ownerdrawn control derived from the CListCtrl. 2. Use a grid control
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
Hi Rage, How can i make an ownerdrawn listcontrol, Thanks George K Jolly
-
Hi Rage, How can i make an ownerdrawn listcontrol, Thanks George K Jolly
-
Hi Rage, How can i make an ownerdrawn listcontrol, Thanks George K Jolly
-
Hi Rage, How can i make an ownerdrawn listcontrol, Thanks George K Jolly
See XListCtrl - A custom-draw list control with subitem formatting[^] maybe it is some helpful to you
_**
**_
WhiteSky