Skip to content

"(DataBindings)" for ToolsStripItems appears under Misc section instead of Data section #8154

@OJacot-Descombes

Description

@OJacot-Descombes

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.
image

Steps to reproduce

  1. Add a new Form to the project.
  2. Add a ToolStrip to the form (in the designer).
  3. Add a ToolStripButton to the ToolStrip by using the design time drop-down on the ToolStrip.
  4. Select this button and look at the properties window.

Diagnostics

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions