I've build a custom header for a datagridview that allows me to easily search through the data. In this custom header, I've created controls that allow you to click and drag to resize the datagridview columns. My column resizing code works just fine, but I would really like to see if it's possible to call the method(s) used when you click and drag a divider within the datagridview itself.
Is it possible to do that?