Is this possible to implement (Let's say, I have WPF Datagrid with 4 columns) :
- I want to set some minimum widths to columns (but only for auto resize)
- Once window, shrinks below some size (less than sum of minimum widths of all columns)
- But user shall be able to resize the column to zero size if desired.
Why I am looking for this is, if minimum width is set to zero, on resizing window, columns squeezes into each other and UI looks very bad. And horizontal scroll bar never appears.
In short, I am looking for best strategy to implement for minimum width and horizontal scroll bar for datagrid.