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

Inherited UserControls not visible in Toolbox #86

Open
paragon-id-sources opened this issue Mar 9, 2022 · 0 comments
Open

Inherited UserControls not visible in Toolbox #86

paragon-id-sources opened this issue Mar 9, 2022 · 0 comments

Comments

@paragon-id-sources
Copy link

Describe the bug
If a custom user control inherit a FontAwesome.Sharp control (e.g IconButton), it will not show in the toolbox
This only seems to happen once you build the package and add the controls to the toolbox via the DLL (or NuGet)

It also only seems to occur on .NET Framework. This does not occur on .NET Core

To Reproduce
Steps to reproduce the behavior:

  1. Create new UserControl
  2. Set the UserControl to inherit from IconButton
  3. Build
  4. Create new WinForms Project using .NET Framework 4.8
  5. Add the just-build DLL to the toolbox
  6. You will notice you cannot find the controls

Expected behavior
All controls inherited from FontAwesome.Sharp should show in the toolbox

Screenshots
Here are all the Controls in the project, of which the following inherit from FontAwesome.Sharp controls:

  • PxButton
  • PxMenuButton
  • PxMenuIcon

image

Here you can see these controls will not get populated in the toolbox for some reason
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Vivaldi
  • Version 4.3
@mkoertgen mkoertgen added this to To do in FontAwesome.Sharp via automation Jun 26, 2022
@mkoertgen mkoertgen moved this from To do to In progress in FontAwesome.Sharp Jun 26, 2022
@mkoertgen mkoertgen moved this from In progress to To do in FontAwesome.Sharp Jun 26, 2022
@mkoertgen mkoertgen changed the title Inhereted UserControls not visible in Toolbox Inherited UserControls not visible in Toolbox Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants