Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When I set the initial column width to 0, I can't subsequently resize the column in code. If I set it to 0.01, I can.  The attached app demonstrates the problem in a quick and dirty way.  Note that in the real app, the columns are created manually and their width is set to values stored as a user preference.  A width of 0 is used to hide columns. If this is a bug, it is a low priority for me as I have a workaround.