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

Refactor ListView key event handlers #8971

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ivandrofly
Copy link
Member

Renamed and consolidated methods handling ListView key events to simplify and eliminate code duplication. This change ensures more maintainable code by utilizing a single method to handle key events for different ListView instances.

Renamed and consolidated methods handling ListView key events to simplify and eliminate code duplication. This change ensures more maintainable code by utilizing a single method to handle key events for different ListView instances.

Signed-off-by: Ivandro Jao <[email protected]>
Unified the KeyDown event handlers for listView1 and listViewFixes to use the new `HandleListViewKeyEvents` method. This change enhances code clarity and promotes code reuse by eliminating duplicate event handling methods.

Signed-off-by: Ivandro Jao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant