❔ any way to add panel to winforms net core?
I am beginner and I was wondering if there was a way to add panel to net core project, cause it is nowhere to be found in toolbox.
29 Replies
This is a .NET 7 project.
ok so i should move to net 7? damn i always used net 6, so net 6 doesnt have panels?
Pretty sure it should still have Panels. I haven't used WinForms in years because it's not good for more than the very most basic/default apps in terms of functionality, appearance, and UX.
ye, I created a project in .net 6 and it didnt have it but it isnt much of a problem for me to move to ne .net 7 anyways, thanks.
I would suspect a configuration/tooling issue, but see what happens under .NET 7 if you can. 🤷♂️
i still dont have a panel even in net core 7? maybe i have done something wrong
Do you have other controls? Can you send a screenshot?
wait are you using net framework or net core?
I have a lot more groups for some reason.
that is net core right?
or net framework? because i know net framework has panels and stuff
I'm not really sure why.
And yes, it's .NET 7.
framework or core lol im not i cant read csproj
cause framework has all that stuff
The core naming has been dropped since .NET 5.
It's not .NET Framework.
oh so that is net core 7 but it is named .net 7? rightttttt?
ok
No, it's .NET 7. There is no .NET Core 7.
Only .NET 7 which runs on CoreCLR. Thanks marketing.
maybe im creating wrong windows forms app
ye i have checked now i am on .net 7 too.
idk why is this happening but for the past 2 years i have been thinking .net 6 and 7 do not have panels and all that stuff
man this shit is bugged
I used this template.
yea me too
Maybe check google / issues about the toolbox. I'm not really sure as I don't deal with WinForms.
and net 7.0 (standard term support)
ok
i would move to wpf but that shit scares me when i look at it
It doesn't stay that way for long.
The starter materials for Avalonia are nicer. So are UWP's. The WPF docs while being very in-depth, aren't really for beginners.
i didnt find anything on google im not sure what to do
maybe i will try reinstalling visual studio
Stack Overflow
Visual Studio's Toolbox is empty
I am using visual studio 2015. I have my toolbox open and I checked on Show All. I unchecked this an now my entire toolbox is empty except for the General Tab (which there is nothing in). I tried
Try that maybe
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.