Here is my context:
Our application is based on winforms and we have our custom ListView Control
which use a win32 HeaderControl. As you may all know, the win32 Header
Control doesn't offer that much flexibility and we would like to have some
functionnality of the DataGridView Header control.
My question is why winform does not have an equivalent for the win32
control??
Is there away to use the Header of the DataGridView inside our custom
ListView??