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!

0
Votes

first, the fact that the dockingmanager does not provide just a simple string parameter during save dock state is crazy to me. all i need to do is store the filepath string back to the document to open, upon load dock state. it would be a LOT cleaner than having to implement a SEPARATE 'layout' file that simply contains the id/name and filepath, to only THEN have to cross reference orphans etc against the dockstate file. ya'll are ALREADY serializing it. why not make it convenient, for the developers?

second complaint? there's no way to set the open/save internal dialog filters for an editcontrol? seriously? what's the point of implementing a 'convenience' feature, that really isn't all that convenient? otherwise, again, i have to implement something outside of the control to do what the control SHOULD already provide, right? i mean, it's already in there.. 

i wanted to leverage as much of the controls as possible, only to realize that i'm actually having to write MORE code to use it properly in some cases..

i know these things seem small, but they're little irritants that add up.

frustrated, sigh.