Closed Sekar47 closed 2 weeks ago
@Olina-Zhang can your team please confirm?
@elachlan there have a known issue in the designer repo to track https://github.com/microsoft/winforms-designer/issues/3201.
Hi @elachlan , I'm facing 404 issue while trying to open the GitHub link you provided.
Hi @Sekar47, the link provided is for the designer repo and it's currently private.
@Sekar47 we're investigating in our internal designer repo. We'll update this when we have an investigation.
Hi @merriemcgaw , Is there any update for this issue?
@Sekar47 not yet, I'm sorry.
Hi @merriemcgaw , Is there any update for this issue?
@Sekar47 this is on our backlog, but I don't have an estimate for when we'll have a fix.
That said, we have confirmed that you can access the desired tab directly if you select it via the PropertyBrowser or DocumentOutline windows in Visual Studio. Given that there are multiple ways to get to any TabPage that you need, it may take us just a little longer to address this specific issue.
@Sekar47 - mouse click is processed by the VisualStudio process and is forwarded to the DesignTOolsProcess as an input message to be processed by the corresponding ControlBodyGlyphs. https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls-design/designer-differences-framework?view=netdesktop-8.0 Also see samples here - microsoft/winforms-designer-extensibility
Environment
Edition - Windows 11 Enterprise Version - 23H2 OS build - 22631.3737 Visual Studio version - 17.9.2
.NET version
.Netcore 6,7,8
Did this work in a previous version of Visual Studio and/or previous .NET release?
No, it doesn't work on previous NetCore versions.
Issue description
I'm trying to switch the tabs by using the mouse click at DesignTime but can't be able to switch. But can be able to be switching by using the TabKey. For your reference, I have attached a simple sample that replicates the issue. CustomTabControl_Sample.zip
Steps to reproduce
1.Switch the tabs by using the TabKey. 2.Switch the tabs by using the mouse.
Expected Behavior: While switch using the mouse, the selected tab needs to be switched. Observed Behavior: No tab switches happened.
Diagnostics
No response