OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: BazzaCAD on February 29, 2008, 01:29:16 PM

Title: Grid Control: Adding a sting w/ right justify
Post by: BazzaCAD on February 29, 2008, 01:29:16 PM
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]
Title: Re: Grid Control: Adding a sting w/ right justify
Post by: owenwengerd on February 29, 2008, 03:57:00 PM
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.