Hello All,
I have made, in effect my own ListView control. (As no ownerdraw mode of it in c#, do not get me started )
Anyway, all works very well until many "rows" are added. A "row" is a row usercontrol being added to a scrolling panel.
When many rows are in and you scroll to the bottem, it redraws ALL rows from the top. (If 1000 rows, it takes for ever!!!) How can I get it only to update the VIEWED area of the panel.
Or is there another solution..?
Thanks
Tom
I have made, in effect my own ListView control. (As no ownerdraw mode of it in c#, do not get me started )
Anyway, all works very well until many "rows" are added. A "row" is a row usercontrol being added to a scrolling panel.
When many rows are in and you scroll to the bottem, it redraws ALL rows from the top. (If 1000 rows, it takes for ever!!!) How can I get it only to update the VIEWED area of the panel.
Or is there another solution..?
Thanks
Tom