Is there an option for aligning text in an UltraWinGrid along a decimal column? We have columns with 2 AND 4 decimals, so this is important to us.
Maury
Ok, well this is a serious need - it's a standard feature of spreadsheets for instance. How do I get to the suggestions box again?
Hi Maury,
If you have 2 and 4 decimal places in the same column, then no, there's no way to do that.
We don't have the same number of decimal places. Some have two, some have four.
I'm not sure exactly what you mean. If you align the text to the right of the cell (using CellAppearance.TextHAlign) and use a fixed-width font (such as Courier New), then the decimals should all line up, assuming you have the same number of decimal places in the entire column. Is that what you want?