Skip to content

Added mouse wheel change functionality. - #1752

Open
ioswald wants to merge 1 commit into
lepoco:mainfrom
ioswald:Ian.dev
Open

Added mouse wheel change functionality.#1752
ioswald wants to merge 1 commit into
lepoco:mainfrom
ioswald:Ian.dev

Conversation

@ioswald

@ioswald ioswald commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Added ctrl+small change input = large change
Added select all after enter
Added mouse wheel changes
Added string formatting on StringFormat binding for Value (e.g. Value="{Binding ViewModel.Value, StringFormat='{}{0:F2} Hz.'}")

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

  • Mouse wheel does nothing.
  • Value string format binding not applied
  • Enter key moves caret to end

Issue Number: N/A

What is the new behavior?

  • Mouse wheel will change the value.
  • ctrl+up/down will apply large change
  • Binding the string format on the value will apply once focus is released
  • Enter will select all so a new value can be typed

Other information

Added ctrl+small change input = large change
Added select all after enter
@ioswald
ioswald requested a review from pomianowski as a code owner August 6, 2026 16:08
@github-actions github-actions Bot added controls Changes to the appearance or logic of custom controls. PR Pull request dotnet release labels Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

controls Changes to the appearance or logic of custom controls. dotnet PR Pull request release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant