Topic: Adjust the column widths of a table grid.
Hello everyone! I have a project that includes a table grid, and I can't adjust the columns to the column content or column titles. I've already used BestFitColumns(), with bfBoth and bfHeader in procedure...tablegrid_OnChange. A native feature (I think it's native) of the table grid is to "remember" the column sizes after real-time adjustment by the user. Even that isn't working... I've also considered storing the column sizes in a table as they are adjusted, which would solve any similar problem. If anyone can help, I would appreciate it.