【发布时间】:2012-08-07 23:06:40
【问题描述】:
在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|
| | |
有没有办法做到这一点?谢谢
【问题讨论】:
标签: wpf text datagrid autoscroll