In the DataGrid, there is a CheckBoxColumn and a TextColumn, that displays file paths:
| | |
| x |C:\docs\etc\somefile.txt |
| |C:\programs\misc\files\2.0\oth| <- cut off, too long
| x | |
I would prefer if long strings would scroll to the end, so the user can see the filename:
| | |
| x |..misc\files\2.0\otherfile.zip|
| | |
Is there a way to do this? Thanks