I've already created my custom DataGridViewSliderColumn class, which renders a TrackBar inside the cell.
My question is, how can I set the type of a column to my custom DataGridViewSliderColumn in the designer? (I have defined a lot of columns on the designer).
I've tried, but only predefined column types appear on the designer.
Is possible to set it without having to alter the column definition at runtime, by code?