REMARKS/QUESTIONS

A)
Can I get the width of the vertical scrollbar?
(Now I get it using GetSystemMetrics - perhaps there is a property in the Grid I don't know of?)

B)
An AutoSizeColumn feature would be highly appreciated.

C)
AutoSizeColumn could also work on a doubleclick between columns.

D)
I think GridLines/GridLinesFixed is mixed, or I get the meaning wrong.

E)
Something like IntegralHeight would be useful.
Now I do: .Height = ((Int(.Height / .CellHeight)) * .CellHeight)

---

Otherwise, the grid works great, it is also quite fast.
A very good replacement for the old MsFlexGrid.


Karl