Grid Control: Adding a sting w/ right justify

Started by BazzaCAD, February 29, 2008, 01:29:16 PM

Previous topic - Next topic

BazzaCAD

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]
a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

owenwengerd

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.