Does anyone have any info on creating / drawing a custom ListView object?
I am currently working on a project that requires an individual look in the application. I am using the standard (Windows.Forms) ListView, which is not in the same style as the rest of the GUI. We do not use the toolbar for user controls, all controls are "cut off" as if by overriding the hte OnPaint () method for each control.
What I'm looking for: - Information on how to handle the scroll bar pattern. - How to use custom drawing procedures to handle column headings. - How to still process the displayed data and draw correctly.
Any help would be received.
source share