I have a GRID control & I set the column headers at design time. On the last column I set it to Right justify.
Then I add all the rows at Runtime with (dcl_Grid_AddString ...)
I thought all the text in the last column would be right justified when it was added.
Am I missing something or is this a bug?
[attachment deleted by admin]
The code draws all text as left justified regardless of the header justification, but I don't see any reason why it couldn't justify the cell contents the same way as the header. I'd post this as a feature request.