Binding Navigator control do not apear in toolbox on VisualStudio 2022, i try to add control manualy adding the dll, but do not work, is the control deprecated?
Asked
Active
Viewed 123 times
2
-
What project template and what settings have you used? – NineBerry Apr 18 '23 at 22:26
-
C# Windows Forms Aplication. – Christian Juarez Apr 18 '23 at 22:32
-
1Does this answer your question? [C# Visual Studio Microsoft 2022 BindingNavigator not showing](https://stackoverflow.com/questions/71341212/c-sharp-visual-studio-microsoft-2022-bindingnavigator-not-showing) – NineBerry Apr 18 '23 at 22:47
-
thank you now the control is visible but when i add to a form all butons are disabled – Christian Juarez Apr 18 '23 at 23:34
-
1Well, you need to connect it to a BindingSource and connect the BindingSource to a DataSource that has data. – NineBerry Apr 18 '23 at 23:54