I have a list view and there are multiple columns with long text values, like a column with destination file path it has a value like c:\users\kavya\new\coding\img1000.jpg
something very big.
I want to adjust the text according to size of the column when the users uses the scroll bar:
with width something very big all the data c:\users\kavya\new\coding\img1000.jpg
should be visible and when he scrolls the column header to very small only the c:\img1000.jpg
has to be viewed but the memory should have the entire path
actualy we see something like c:\users\kavya…..
.
How can I do this?