paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 585 forks source link

EventHub Partition Listener - Event Custom Properties displayed only on first use #743

Open DelS-AGL opened 1 year ago

DelS-AGL commented 1 year ago

There is a problem with this use case:

If a new Listener is created, the information is again displayed correctly (first time)

SeanFeldman commented 11 months ago

This has to do something with re-populating the ListView control used for custom properties. I'm not sure why it's not refreshing an my knowledge of WinForms is quite limited to answer the question. I've tried wrapping the change of the items with .BeginUpdate() and EndUpdate() but that doesn't help.