Hi,
I have a question about the cell truncation (replaced with "..."):
How to display the replacement "..." on the left side of a cell when the column is right-aligned?
I'm using non-equal-width font, so I cannot just count the characters to do some string manipulation as a workaround, I need a solution. I believe there should be.
To illustrate my question, I'm simulating my DataGridView here
Left Context (Right aligned column) | Center Word | Right Context (Left aligned column)
left context not truncated | CenterWord | Right context not truncated
...Here is the long left context truncated | CenterWord | Here is the long right context truncated...
I think I've made myself clear.
Thanks. Please help me out.
Peter
P.S.: the same question can be found at this link: http://objectmix.com/csharp/341736-datagridview-cell-format-question.html