Bjørnar Sundsbø
Bjørnar Sundsbø
Could you update to support netcoreapp6?
FieldsPopupElementView and AttachmentsPopupElementView has some default behavior for opening an attachment (saves to disk) and open URL in default browser. To be able to override this property, I had to...
Hi, In the 200.1 update of PopupViewer, the customization of the table is a bit of a hassle when it comes to individual fields. We wanted to take advantage of...
I'm looking for a new feature with Hints for drop targets that can accept data of a particular type, and give the user information about what will happen when something...
## What changed? * Changed DropHintHelpers to use DropInfo to get VisualTarget for hint targets rather than sender * Update sample app to demonstrate * Addresses issue https://github.com/punker76/gong-wpf-dragdrop/issues/519
**Describe the bug** I need to support drop of element on ComboBox, as well as drop hint. When the combobox has `IsEditable=true`, the internal `TextBox` for does not allow drop,...