Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Converting a windows forms application in to a Wpf app. I want to know how to use binding navigator in wpf which will help the end user to navigate through the datagrid fastly.
Posted
Updated 19-Nov-19 6:20am
Comments
Sergey Alexandrovich Kryukov 2-Aug-14 1:35am    
I'm just curious: why migrating to WPF? I'm not saying it would make no sense, but it would make sense if decided to use WPF advanced features after migration.
—SA

As far as I understand, the class BindingNavigator is for Forms only: http://msdn.microsoft.com/en-us/library/System.Windows.Forms.BindingNavigator%28v=vs.110%29.aspx[^]; there is no analogous WPF control.

Therefore, the question does not make much sense. You would need to describe the functionality you need, from the point of view of the application, to try to get an advice on what would be the best way of implementing the features you need. Generally, the idea of "conversion" to WPF is not very fruitful: if you do it without some UI redesign leveraging WPF approaches, this is most likely the waste of time. If you do such redesign, it would be pretty much development of new UI, which hardly can be called "conversion"…

—SA
 
Share this answer
 
I not understood why is the link to the open source binding navigator for WPF marked as spam. I only want to tell that I have solution for it. You can search it itself on Github or Visual Studio Nuget manager.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900