Environment
Visual Studio 2022 Community Version 17.4.0
.NET version
net7.0-windows
Did this work in a previous version of Visual Studio and/or previous .NET release?
New preview feature in .NET 7.0: DataBinding for ToolStripItems
Issue description
Now ToolStripItem derives from BindableComponent instead of Component to allow data binding.
As for Control the DataBindings property should appear in the Data section of the properties window, but it appears in the Misc section.

Steps to reproduce
- Add a new Form to the project.
- Add a ToolStrip to the form (in the designer).
- Add a ToolStripButton to the ToolStrip by using the design time drop-down on the ToolStrip.
- Select this button and look at the properties window.
Diagnostics
No response