DTGridView
DTGridView copied to clipboard
I implemented the grid spacing abilities.
Added findSpacingBetweenRows and findSpacingBetweenColumns which call optional protocol methods spacingBetweenRowsInGridView and spacingBetweenColumnsInGridView.
I followed the existing model of having "find" functions which can be overloaded.