在DataGrid中,有一個CheckBoxColumn和TextColumn,顯示文件路徑:DataGrid的文本自動滾動
| | |
| 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|
| | |
有沒有辦法做到這一點?由於
http://stackoverflow.com/questions/673516/how-can- i-enable-scrollbars-on-the-wpf-datagrid – 2012-08-10 16:23:14