Feature: ColumnHeaderAutoResizeStyle.MinimumSize

Answered
0
0

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.

 

 

  • You must to post comments
Good Answer
0
0

I see this has been added in 2.5.26, Add ColumnHeaderAutoResizeStyle.HeaderAndContent. Thanks for considering!

  • You must to post comments
0
0

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.

  • You must to post comments
0
0

Set the MinimumWidth and it works.

  • You must to post comments
0
0

Hi Andrew

To achieve more clearly understand your issue, plase could you attach a little runnig sample app?

Thanks

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.