For a Details mode Listview, there exists AutoResizeColumn() and ColumnHeaderAutoResizeStyle.HeaderSize and ColumnHeaderAutoResizeStyle.ColumnContent, but what if those sizes vary and you need a minimum size? The type should evaluate both the header size and the content size, and return the larger value. Thus all content and all header text can be seen.
I see this has been added in 2.5.26, Add ColumnHeaderAutoResizeStyle.HeaderAndContent. Thanks for considering!
here is an example.
MinimumSize might work but the proposed resize method would ensure a minimum width for the content AND the header text, not one or the other.
Set the MinimumWidth and it works.
Hi Andrew
To achieve more clearly understand your issue, plase could you attach a little runnig sample app?
Thanks
Please login first to submit.