Is it possible to have a list box automatically adjust its width when a list of strings are added to it so long strings will not be truncated? Thanks.
No, but you can use a list view, then resize it in code depending on the result of CalcColWidth.
It is not possible to use a ToolTip to show the truncated text?
Velasquez
Quote from: owenwengerd on March 19, 2009, 08:18:47 AM
No, but you can use a list view, then resize it in code depending on the result of CalcColWidth.
Thanks Owen. Will try this.