I have created listview with gridlines and I have more lines in listview. before scrolling the data of listview using vertical scrollbar , the date is with in the gridline. When | scroll the data gridlines are merging with text. I tried by using subclassing the only listview cotrol but The line are flickering while scrolling. Please help guide me
>I have created listview with gridlines and I have more lines in >listview. before scrolling the data of listview using vertical >scrollbar , the date is with in the gridline. When | scroll the data >gridlines are merging with text. I tried by using subclassing the only >listview cotrol but The line are flickering while scrolling. I think this is a known bug with the listview gridlines style. IIRC it's fixed in the Vista V6 common controls (which you only get on Vista if your application has a suitable manifest). Dave
On Jul 31, 1:34 pm, David Lowndes <Dav...@example.invalid> wrote: > >I have created listview with gridlines and I have more lines in > >listview. before scrolling the data of listview using vertical > >scrollbar , the date is with in the gridline. When | scroll the data > >gridlines are merging with text. I tried by using subclassing the only > >listview cotrol but The line are flickering while scrolling. > > I think this is a known bug with the listview gridlines style. IIRC > it's fixed in the Vista V6 common controls (which you only get on > Vista if your application has a suitable manifest). > > Dave Thanks for your responce Dave. But I need the solution for xp. How should I fix in Xp. Please suggest me. I am at end of the road.
>Thanks for your responce Dave. > But I need the solution for xp. How should I fix in Xp. AFAIK it can't be fixed on XP - other than by not using the built-in grid line drawing option and somehow doing it yourself (I've never felt it worth the effort). Dave
On Aug 2, 8:09 pm, David Lowndes <Dav...@example.invalid> wrote: > >Thanks for your responce Dave. > > But I need the solution for xp. How should I fix in Xp. > > AFAIK it can't be fixed on XP - other than by not using the built-in > grid line drawing option and somehow doing it yourself (I've never > felt it worth the effort). > > Dave Thnax dave.:)