drag items from toolbox not working vs2022 .net 6 & 7 winform - winforms

We were trying to create a winform application , Vs2022 and .Net7.
Tried for .Net 6 as well, its the same
But we were not able to drag&drop or double click to add the control to forms.
Can anybody give any pointers to fix this
VS 2022 version : Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.4.4
after doing Right-click the Toolbox and turn off Show All below is the screenshot of toolbox, All Windows Forms group option or item itself is not showing up as in the screenshot below

Related

How do I connect a button on Visual Studio 2022 in WinForms application?

I'm using Nuget package (System.Data.SqlClient-4.8.3) in Visual Studio 2022. How do I add a button to run my C# code as an on-click for a WinForms GUI? I'm using the Entity-Framework .NET 6.0.
This youtube video is a little more comprehensive for where to find the "ToolBox", what to look for in the toolbox, and how to manipulate click actions for events:
Adding and Writing Code on Button using Visual Studio 2019
If your ToolBox is not showing, then go to views and toggle it on.

Unable to add WPF controls to the toolbox in Visual Studio 2013

First of all, I am completely new to Visual Studio, so please don't be too judgmental. I have a project I need to do in C# for my studies and my team uses a GitHub repository. I am in charge of creating the GUI and I am stuck at the very beggining.
I want to create the main application window using WPF, but when I use toolbox > choose items, I can not see the WPF tab. Also, when I am trying to enable the designer view, nothing happens.
Is it perhaps the software version being Visual Studio Community 2013 causing the issue? Do I need to have the Visual Studio Professional version in order to use WPF toolbox?
I'm attaching a link to the screen of the situation below.
As I presumed, all I needed was the professional version of Visual Studio. After obtaining and installing it everything works fine.

Ctrl+Mousewheel zoom not working anymore (WPF Designer)

For some reason, the Ctrl+Mousewheel shortcut to zoom in the WPF Designer doesn't work since I reinstalled my computer. I'm using Visual Studio 2013 Update 4 Community Edition. There seems to be no option in the settings menu to control Zoom. I have ReSharper installed (if that is of any importance).

Silverlight Accordion control not available in toolbox

My configuration is:
Windows 7
Visual Studio 2008 SP1
Silverlight tool 2.0 SDK & SP1
Silverlight 2 toolkit March 2009
There are no Accordion control available in my Silverlight toolbox which I need for my project. I tried a lot to solve this. Please help me.
The Accordion control requires you to include System.Windows.Controls.Layout.Toolkit.dll, System.Windows.Controls.Toolkit.dll and System.Windows.Controls.dll if you're using it with Silverlight 2.
According to the release notes, it was new in the March 2009 toolkit release.
It must be on Silverlight 2 Toolkit July.

How to have insert/remove WPF grid row/column in context menu in design mode?

In the machine at the office my Visual Studio 2010 has the context menu to insert/remove row/colunm from a grid which is very convenient compared to manually insert - requires to update every each of the current row/column indexes.
But at home, my IDE doesn't have this menu. I don't know how to have this context menu Grid Row and Grid Column.
Update
My VS version at home
My VS version at office
go to silverlight.net, click the getting started link, and download the latest version of Silverlight Tools for Visual Studio 2010. This is for the WPF designer too.
I'm guessing you might not have the same version of Visual Studio?
Can you compare them? Not just if it's both 2010. In any case: My Premium version at work definately also has it.

Resources