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

NumericUpDown with Down on the left and Up on the right side #1780

Open
StephanWeber79 opened this issue Aug 19, 2024 · 1 comment
Open

NumericUpDown with Down on the left and Up on the right side #1780

StephanWeber79 opened this issue Aug 19, 2024 · 1 comment

Comments

@StephanWeber79
Copy link

Hello,

is it possible to change the NumericUpDown/Spinner that we had the down-button left from the textbox and the up-button right from the textbox?

i think, it should work with styles, but can't find a way.

@XceedBoucherS
Copy link
Collaborator

Hi,
I believe this is not possible.
The Up and Down button are part of a unique control called ButtonSpinner. Splitting them to have one on the left and another on the right is not possible.
Maybe your best option would be to redo the Template to have an Up Button, a TextBox and a Down Button, but it would become a new control.
Maybe an easier way would be to redo the template of the ButtonSpinner to reposition the 2 buttons, but it's not a straightforward task.

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

No branches or pull requests

2 participants