Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableLayoutPanel missing on toolbox and not rendered on designer. #2842

Closed
AlexNek opened this issue Feb 11, 2020 · 1 comment
Closed

TableLayoutPanel missing on toolbox and not rendered on designer. #2842

AlexNek opened this issue Feb 11, 2020 · 1 comment
Assignees
Labels
area-VSDesigner Windows Forms out-of-proc designer related issues

Comments

@AlexNek
Copy link

AlexNek commented Feb 11, 2020

  • .NET Core Version:

.NET Core SDK (reflecting any global.json)
Version: 3.1.200-preview-014883
Commit: 4e2a0ee959

  • Have you experienced this same bug with .NET Framework?:
    No

Problem description:
It is not possible to create TableLayoutPanel as it is not visible on toolbox but present on "Choose Toolbox Items" dialog.
I tried to move my old Winforms project to Core. I have created new Winforms Core project and copy my old sources there. All forms are destroyed - all resource information are missing. I can't recreate forms from scratch too as TableLayoutPanel is missing and not rendered.

Expected behavior:
It must be possible to create TableLayoutPanel for winforms core

Minimal repro:
Create empty winfroms core project try to add TableLayoutPanel over toolbox

Winforms-netcore

Winforms-netcore2

@RussKie RussKie added the area-VSDesigner Windows Forms out-of-proc designer related issues label Feb 12, 2020
@merriemcgaw
Copy link
Member

We are currently working on the designer for TableLayoutPanel (Core), so it's not unexpected that you don't see it at this point. Our designer updates are coming out with each VS Preview now, and I expect to have TableLayoutPanel available by 16.6P2. Thanks for testing the Preview Designer! If you want to provide feedback or ask questions of the VS WinForms Core Designer, the best way to do that is the VS Feedback tool.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VSDesigner Windows Forms out-of-proc designer related issues
Projects
None yet
Development

No branches or pull requests

3 participants