I would like to compose the file paths in the same way that PathCompactPath does in Windows Forms, so when you stretch the parent control, more of the file path becomes visible and vice versa.
Since PathCompactPath uses character sizes, are there any similar ones in WPF that use pixel / dpi sizes? Or some kind of converter?
source
share