.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-2 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature
Issue description
When using KioskModeManager in full-screen mode, the drop-down menu of a ToolStripItem in StatusStrip is displayed in an incorrect position. Instead of appearing directly below the associated ToolStripItem, the drop-down is offset and appears detached from it.
The issue reproduces with both VisualStyleMode = Classic and VisualStyleMode = .NET11. And not repro in ToolStrip
Steps to reproduce
- Create a WinForms application targeting .NET 11.
- Enable KioskModeManager full-screen mode by code.
- Add a StatusStrip.
- Add a
ToolStripDropDownButton with several dropdown items to the StatusStrip.
- Run the application.
- Click the drop-down button.
Tested app:
WinFormsApp167.zip
.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-2 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature
Issue description
When using KioskModeManager in full-screen mode, the drop-down menu of a
ToolStripItemin StatusStrip is displayed in an incorrect position. Instead of appearing directly below the associatedToolStripItem, the drop-down is offset and appears detached from it.The issue reproduces with both
VisualStyleMode = ClassicandVisualStyleMode = .NET11. And not repro in ToolStripSteps to reproduce
ToolStripDropDownButtonwith several dropdown items to theStatusStrip.Tested app:
WinFormsApp167.zip