Marcel Körtgen

Results 64 comments of Marcel Körtgen

Hi @DannyDannyDan , Designer support should usually be available, however we never spent much effort on supporting a full-fledged designer experience. So you may run into issues when the Designer...

@DannyDannyDan i just checked the project myself and it looks the same for me, so let's declare it a bug. ![image](https://user-images.githubusercontent.com/7235760/105992488-7bee0980-60a5-11eb-8c95-65c14c681acb.png)

@DannyDannyDan I labeled it also as **up-for-grabs**, so if you are inclined to contributing back and have interest and some time to spare we would love to accept some diagnostics...

Some information to get us going: - open issue on how to detect designmode: https://github.com/dotnet/winforms/issues/3300 - mentioned on SO here: https://stackoverflow.com/a/65849349/2592915 - using designer attributes in this repo: https://github.com/awesome-inc/FontAwesome.Sharp/search?q=designer -...

Tried reproducing it. Manually adding the package-dll to the toolbox results in ![image](https://user-images.githubusercontent.com/7235760/184112623-b4a6c426-da89-4ed6-b6e9-b07fd1ce5ac5.png)

Researching this issue I found which describes the change behavior with net-core - https://stackoverflow.com/a/71523391/2592915 - https://developercommunity.visualstudio.com/t/toolboxs-choose-items-still-cannot-browse-a-winfor/1141745 - https://github.com/microsoft/xaml-designer-extensibility/blob/main/documents/toolbox-population.md Let's try adding a toolbox manifest as outline here - https://github.com/microsoft/xaml-designer-extensibility/blob/main/documents/toolbox-population.md#how-to-build-our-wpf-net-core-sample-package -...

Hi @Sensei6x9 , Could you provide some more details? Are you using the [IconButton](https://github.com/awesome-inc/FontAwesome.Sharp/blob/main/FontAwesome.Sharp/WinForms/IconButton.cs)-control? Which icons exactly are you using for "View", "Publish" and "Batch Publish", cf.: - https://github.com/awesome-inc/FontAwesome.Sharp/blob/main/FontAwesome.Sharp/IconChar.cs

Hi @iudexhun, I see. **DataGridView** would be WinForms as well as **DataGridViewButtonColumn**. Pretty much using a special column with button-actions is a pretty good and common use case. One could...

Would you be able to prepare a small demo app? Probably similar to the linked screenshot?

Thank @iudexhun , I will probably come up with an example adding to the WinForms-Sample in this repo.