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

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

Open
DelS-AGL opened this issue Sep 28, 2023 · 1 comment
Labels
Milestone

Comments

@DelS-AGL
Copy link

There is a problem with this use case:

  • open partition listener window
  • set starting date/time
  • Start and wait a few seconds, then Stop
  • View Events tab: Event Custom Properties are displayed - all good
  • Click Clear, then Start for a short time then Stop
  • Event Custom Properties are no longer displayed

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

@SeanFeldman SeanFeldman added this to the 5.0.19 milestone Oct 10, 2023
@SeanFeldman
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants