Hello,
I have a DataGridView where I would like drawing custom glyph (let's suppose a triangle) on the column header when the user click on it.
I have the property EnableHeadersVisualStyles set to False.
Do you have any example or suggestions how to reach the desired result? Do I need to inherit from DataGridView, or DataGridViewColumn?
Thank you in advance, Marco