在 DataGrid 中,有一个 CheckBoxColumn 和一个 TextColumn,它们显示文件路径:
| | |
| x |C:\docs\etc\somefile.txt |
| |C:\programs\misc\files\2.0\oth| <- cut off, too long
| x | |
我希望长字符串滚动到末尾,以便用户可以看到文件名:
| | |
| x |..misc\files\2.0\otherfile.zip|
| | |
有没有办法做到这一点?谢谢